#a0623f

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

Shades of Desert #A0623F

Tints of Desert #A0623F

Color information

#A0623F (or 0xA0623F) is unknown color: approx Desert. HEX triplet: A0, 62 and 3F. RGB value is (160,98,63). Sum of RGB (Red+Green+Blue) = 160+98+63=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0623F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0623F is #5F9DC0. Grayscale: #707070. Windows color (decimal): -6266305 or 4154016. OLE color: 4154016.

HSL color Cylindrical-coordinate representation of color #A0623F: hue angle of 21.65º 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 #A0623F is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB1609863-
CMYK00.390.610.37
HSL21.65º43.5%43.73%-
HSV(B)21.65º60.62%62.75%-
XYZ19.7616.576.86-
YUV112.55100.04161.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.84%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 63 (25% from 255) = 19.63%
R=49.84%
G=30.53%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160986300.390.610.3721.6543.543.73
HexA0623F0273D25162b2c
Octal240142770477545265354
Binary101000001100010111111010011111110110010110110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0623f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0623f; }

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

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

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

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

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

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

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

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