#A2693F

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

Shades of Desert #A2693F

Tints of Desert #A2693F

Color information

#A2693F (or 0xA2693F) is unknown color: approx Desert. HEX triplet: A2, 69 and 3F. RGB value is (162,105,63). Sum of RGB (Red+Green+Blue) = 162+105+63=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A2693F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2693F is #5D96C0. Grayscale: #757575. Windows color (decimal): -6133441 or 4155810. OLE color: 4155810.

HSL color Cylindrical-coordinate representation of color #A2693F: hue angle of 25.45º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2693F is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB16210563-
CMYK00.350.610.36
HSL25.45º44%44.12%-
HSV(B)25.45º61.11%63.53%-
XYZ20.8518.147.11-
YUV117.2697.38159.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 63 (25% from 255) = 19.09%
R=49.09%
G=31.82%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621056300.350.610.3625.454444.12
HexA2693F0233D24192c2c
Octal242151770437544315454
Binary101000101101001111111010001111110110010011001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2693F; }

 p { color: rgb(162,105,63); }

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

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

 a { background-color: rgb(162,105,63); }

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

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

 span { border-color: rgb(162,105,63); }

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