#A2805A

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

Shades of Sorrell Brown #A2805A

Tints of Sorrell Brown #A2805A

Color information

#A2805A (or 0xA2805A) is unknown color: approx Sorrell Brown. HEX triplet: A2, 80 and 5A. RGB value is (162,128,90). Sum of RGB (Red+Green+Blue) = 162+128+90=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A2805A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2805A is #5D7FA5. Grayscale: #868686. Windows color (decimal): -6127526 or 5931170. OLE color: 5931170.

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

Color convert

RGB16212890-
CMYK00.210.440.36
HSL31.67º28.57%49.41%-
HSV(B)31.67º44.44%63.53%-
XYZ24.4623.8612.99-
YUV133.83103.26148.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 90 (35.55% from 255) = 23.68%
R=42.63%
G=33.68%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621289000.210.440.3631.6728.5749.41
HexA2805A0152C24201d31
Octal2422001320255444403561
Binary1010001010000000101101001010110110010010010000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2805A; }

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

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

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

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

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

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

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

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