#A28160

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

Shades of Sorrell Brown #A28160

Tints of Sorrell Brown #A28160

Color information

#A28160 (or 0xA28160) is unknown color: approx Sorrell Brown. HEX triplet: A2, 81 and 60. RGB value is (162,129,96). Sum of RGB (Red+Green+Blue) = 162+129+96=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A28160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28160 is #5D7E9F. Grayscale: #878787. Windows color (decimal): -6127264 or 6324642. OLE color: 6324642.

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

Color convert

RGB16212996-
CMYK00.200.410.36
HSL30º26.19%50.59%-
HSV(B)30º40.74%63.53%-
XYZ24.8624.2314.43-
YUV135.1105.93147.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=41.86%
G=33.33%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621299600.200.410.363026.1950.59
HexA2816001429241e1a33
Octal2422011400245144363263
Binary101000101000000111000000101001010011001001111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28160; }

 p { color: rgb(162,129,96); }

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

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

 a { background-color: rgb(162,129,96); }

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

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

 span { border-color: rgb(162,129,96); }

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