#A28061

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

Shades of Sorrell Brown #A28061

Tints of Sorrell Brown #A28061

Color information

#A28061 (or 0xA28061) is unknown color: approx Sorrell Brown. HEX triplet: A2, 80 and 61. RGB value is (162,128,97). Sum of RGB (Red+Green+Blue) = 162+128+97=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A28061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28061 is #5D7F9E. Grayscale: #868686. Windows color (decimal): -6127519 or 6389922. OLE color: 6389922.

HSL color Cylindrical-coordinate representation of color #A28061: hue angle of 28.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A28061 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16212897-
CMYK00.210.400.36
HSL28.62º25.9%50.78%-
HSV(B)28.62º40.12%63.53%-
XYZ24.7823.9814.63-
YUV134.63106.76147.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 97 (38.28% from 255) = 25.06%
R=41.86%
G=33.07%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621289700.210.400.3628.6225.950.78
HexA2806101528241d1a33
Octal2422001410255044353263
Binary101000101000000011000010101011010001001001110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28061; }

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

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

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

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

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

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

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

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