#A4805A

Color #A4805A Sorrell Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorrell Brown #A4805A

Tints of Sorrell Brown #A4805A

Color information

#A4805A (or 0xA4805A) is unknown color: approx Sorrell Brown. HEX triplet: A4, 80 and 5A. RGB value is (164,128,90). Sum of RGB (Red+Green+Blue) = 164+128+90=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A4805A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4805A is #5B7FA5. Grayscale: #868686. Windows color (decimal): -5996454 or 5931172. OLE color: 5931172.

HSL color Cylindrical-coordinate representation of color #A4805A: hue angle of 30.81º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4805A is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB16412890-
CMYK00.220.450.36
HSL30.81º29.13%49.8%-
HSV(B)30.81º45.12%64.31%-
XYZ24.8724.0713.01-
YUV134.43102.93149.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=42.93%
G=33.51%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641289000.220.450.3630.8129.1349.8
HexA4805A0162D241f1d32
Octal2442001320265544373562
Binary101001001000000010110100101101011011001001111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4805A; }

 p { color: rgb(164,128,90); }

 H1.HeaderClassName
 {
   color: #A4805A;
 }
 .AnyTagClassName
 {
   color: #A4805A;
 }
</style>
background-color css

<style>
 a { background-color: #A4805A; }

 a { background-color: rgb(164,128,90); }

 div.DivClassName
 {
   background-color: #A4805A;
 }
 .BgClassName
 {
   background-color: #A4805A;
 }
</style>
border-color css

<style>
 span { border-color: #A4805A; }

 span { border-color: rgb(164,128,90); }

 td.TdClassName
 {
   border-color: #A4805A;
 }
 .TagClassName
 {
   border-color: #A4805A;
 }
</style>