#A28262

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

Shades of Sorrell Brown #A28262

Tints of Sorrell Brown #A28262

Color information

#A28262 (or 0xA28262) is unknown color: approx Sorrell Brown. HEX triplet: A2, 82 and 62. RGB value is (162,130,98). Sum of RGB (Red+Green+Blue) = 162+130+98=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A28262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28262 is #5D7D9D. Grayscale: #888888. Windows color (decimal): -6127006 or 6455970. OLE color: 6455970.

HSL color Cylindrical-coordinate representation of color #A28262: 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.4%. Process color model (Four color, CMYK) of #A28262 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16213098-
CMYK00.200.400.36
HSL30º25.6%50.98%-
HSV(B)30º39.51%63.53%-
XYZ25.0924.5314.97-
YUV135.92106.6146.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 130 (51.17% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 25.13%
R=41.54%
G=33.33%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621309800.200.400.363025.650.98
HexA2826201428241e1a33
Octal2422021420245044363263
Binary101000101000001011000100101001010001001001111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28262; }

 p { color: rgb(162,130,98); }

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

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

 a { background-color: rgb(162,130,98); }

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

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

 span { border-color: rgb(162,130,98); }

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