#A26142

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

Shades of Desert #A26142

Tints of Desert #A26142

Color information

#A26142 (or 0xA26142) is unknown color: approx Desert. HEX triplet: A2, 61 and 42. RGB value is (162,97,66). Sum of RGB (Red+Green+Blue) = 162+97+66=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A26142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26142 is #5D9EBD. Grayscale: #717171. Windows color (decimal): -6135486 or 4350370. OLE color: 4350370.

HSL color Cylindrical-coordinate representation of color #A26142: hue angle of 19.38º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A26142 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB1629766-
CMYK00.400.590.36
HSL19.38º42.11%44.71%-
HSV(B)19.38º59.26%63.53%-
XYZ20.1616.627.3-
YUV112.9101.53163.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.85%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 66 (26.17% from 255) = 20.31%
R=49.85%
G=29.85%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162976600.400.590.3619.3842.1144.71
HexA261420283B24132a2d
Octal2421411020507344235255
Binary1010001011000011000010010100011101110010010011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26142; }

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

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

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

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

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

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

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

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