#A28561

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

Shades of Sorrell Brown #A28561

Tints of Sorrell Brown #A28561

Color information

#A28561 (or 0xA28561) is unknown color: approx Sorrell Brown. HEX triplet: A2, 85 and 61. RGB value is (162,133,97). Sum of RGB (Red+Green+Blue) = 162+133+97=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A28561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28561 is #5D7A9E. Grayscale: #898989. Windows color (decimal): -6126239 or 6391202. OLE color: 6391202.

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

Color convert

RGB16213397-
CMYK00.180.400.36
HSL33.23º25.9%50.78%-
HSV(B)33.23º40.12%63.53%-
XYZ25.4525.3214.86-
YUV137.57105.11145.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 97 (38.28% from 255) = 24.74%
R=41.33%
G=33.93%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621339700.180.400.3633.2325.950.78
HexA285610122824211a33
Octal2422051410225044413263
Binary1010001010000101110000101001010100010010010000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28561; }

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

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

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

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

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

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

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

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