Html Css Color HEX #A06242 Desert

📋 copy color: '#A06242'

red 160 ◦ green 98 ◦ blue 66

#A06242
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert #A06242

Tints of Desert #A06242

RGB

 RED value IS 160 (62.89% from 255) = 49.38%

 GREEN value IS 98 (38.67% from 255) = 30.25%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 49.38%
G = 30.25%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A06242 (or 0xA06242) is known color: Desert. HEX triplet: A0, 62 and 42. RGB value is (160,98,66). Sum of RGB (Red+Green+Blue) = 160+98+66=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A06242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06242 is #5F9DBD. Grayscale: #717171. Windows color (decimal): -6266302 or 4350624. OLE color: 4350624.

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

Color convert

RGB 160 98 66 -
CMYK 0 0.39 0.59 0.37
HSL 20.43º 0.42% 0.44% -
HSV(B) 20.43º 0.59% 0.63% -
XYZ 19.85 16.6 7.31 -
YUV 112.89 101.54 161.6 -
System Red Green Blue C M Y K H S L
Decimal 160 98 66 0 0.39 0.59 0.37 20.43 0.42 0.44
Hex A0 62 42 0 27 3B 25 14 2A 2C
Octal 240 142 102 0 47 73 45 24 52 54
Binary 10100000 1100010 1000010 0 100111 111011 100101 10100 101010 101100

Color Harmonies of #A06242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06242

Black with #A06242

Text Example


Text Example

White with #A06242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06242; }

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

 H1.HeaderClassName
 {
   color: #A06242;
 }
 .AnyTagClassName
 {
   color: #A06242;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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