Color Hex Logo

#a05338 Color Hex

#A05338
(160,83,56)
0 Favorites   0 Comments

Color spaces of #a05338

RGB 1608356
HSL0.040.480.42
HSV16°65°63°
CMYK 0.000.480.65   0.37
XYZ18.304313.94565.4684
Yxy13.94560.48530.3697
Hunter Lab37.343822.141217.4586
CIE-Lab44.154829.452929.9253

#a05338 color RGB value is (160,83,56).

#a05338 hex color red value is 160, green value is 83 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #a05338 hue: 0.04 , saturation: 0.48 and the lightness value of a05338 is 0.42.

The process color (four color CMYK) of #a05338 color hex is 0.00, 0.48, 0.65, 0.37. Web safe color of #a05338 is #996633. Color #a05338 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010011 00111000
Octal 240 123 70
Decimal 160 83 56
Hex A0 53 38

RGB Percentages of Color #a05338

%53.51
%27.76
%18.73

CMYK Percentages of Color #a05338

%0
%48
%65
%37

Triadic Colors of #a05338

#a05338 #38a053 #5338a0

Analogous Colors of #a05338

#a05338 #a08738 #a03851

Monochromatic Colors of #a05338

#a05338

Complementary Color

#a05338 #3885a0

#a05338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05338 Color CSS Codes

.mybgcolor {background-color:#a05338; } 
.myforecolor {color:#a05338; }
.mybordercolor {border:3px solid #a05338; }

#a05338 Text Font Color

<p style="color:#a05338">Text here</p>

This sample text font color is #a05338
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a05338 Background Color

<div style="background-color:#a05338">
Div content here</div>

This div background color is #a05338


#a05338 Border Color

<div style="border:3px solid #a05338">
Div here</div>

This div border color is #a05338


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,83,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a05338; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a05338;
  -webkit-box-shadow: 1px 1px 3px 2px #a05338;
  box-shadow:         1px 1px 3px 2px #a05338; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,83,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a05338">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a05338;
  -webkit-box-shadow: 1px 1px 3px 2px #a05338;
  box-shadow:         1px 1px 3px 2px #a05338;">
Div content here</div>

This div box has shadow with color #a05338


Comments

No comments written yet.

Please login to write comment.