#a0653f

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

Shades of Desert #A0653F

Tints of Desert #A0653F

Color information

#A0653F (or 0xA0653F) is unknown color: approx Desert. HEX triplet: A0, 65 and 3F. RGB value is (160,101,63). Sum of RGB (Red+Green+Blue) = 160+101+63=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0653F is #5F9AC0. Grayscale: #727272. Windows color (decimal): -6265537 or 4154784. OLE color: 4154784.

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

Color convert

RGB16010163-
CMYK00.370.610.37
HSL23.51º43.5%43.73%-
HSV(B)23.51º60.62%62.75%-
XYZ20.0517.146.95-
YUV114.3199.05160.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.38%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 63 (25% from 255) = 19.44%
R=49.38%
G=31.17%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601016300.370.610.3723.5143.543.73
HexA0653F0253D25182b2c
Octal240145770457545305354
Binary101000001100101111111010010111110110010111000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0653f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0653f; }

 p { color: rgb(160,101,63); }

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

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

 a { background-color: rgb(160,101,63); }

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

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

 span { border-color: rgb(160,101,63); }

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