#A28461

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

Shades of Sorrell Brown #A28461

Tints of Sorrell Brown #A28461

Color information

#A28461 (or 0xA28461) is unknown color: approx Sorrell Brown. HEX triplet: A2, 84 and 61. RGB value is (162,132,97). Sum of RGB (Red+Green+Blue) = 162+132+97=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A28461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28461 is #5D7B9E. Grayscale: #898989. Windows color (decimal): -6126495 or 6390946. OLE color: 6390946.

HSL color Cylindrical-coordinate representation of color #A28461: hue angle of 32.31º 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 #A28461 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16213297-
CMYK00.190.400.36
HSL32.31º25.9%50.78%-
HSV(B)32.31º40.12%63.53%-
XYZ25.3125.0514.81-
YUV136.98105.44145.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 97 (38.28% from 255) = 24.81%
R=41.43%
G=33.76%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621329700.190.400.3632.3125.950.78
HexA284610132824201a33
Octal2422041410235044403263
Binary1010001010000100110000101001110100010010010000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28461; }

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

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

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

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

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

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

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

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