#A26343

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

Shades of Desert #A26343

Tints of Desert #A26343

Color information

#A26343 (or 0xA26343) is unknown color: approx Desert. HEX triplet: A2, 63 and 43. RGB value is (162,99,67). Sum of RGB (Red+Green+Blue) = 162+99+67=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A26343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26343 is #5D9CBC. Grayscale: #727272. Windows color (decimal): -6134973 or 4416418. OLE color: 4416418.

HSL color Cylindrical-coordinate representation of color #A26343: hue angle of 20.21º degrees, saturation: 0.41, 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 #A26343 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB1629967-
CMYK00.390.590.36
HSL20.21º41.48%44.9%-
HSV(B)20.21º58.64%63.53%-
XYZ20.3817.017.52-
YUV114.19101.37162.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 67 (26.56% from 255) = 20.43%
R=49.39%
G=30.18%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162996700.390.590.3620.2141.4844.9
HexA263430273B2414292d
Octal2421431030477344245155
Binary1010001011000111000011010011111101110010010100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26343; }

 p { color: rgb(162,99,67); }

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

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

 a { background-color: rgb(162,99,67); }

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

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

 span { border-color: rgb(162,99,67); }

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