Html Css Color HEX #A06840 Desert

📋 copy color: '#A06840'

red 160 ◦ green 104 ◦ blue 64

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

Shades of Desert #A06840

Tints of Desert #A06840

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.71%

 BLUE value IS 64 (25.39% from 255) = 19.51%

R = 48.78%
G = 31.71%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A06840 (or 0xA06840) is known color: Desert. HEX triplet: A0, 68 and 40. RGB value is (160,104,64). Sum of RGB (Red+Green+Blue) = 160+104+64=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A06840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06840 is #5F97BF. Grayscale: #747474. Windows color (decimal): -6264768 or 4221088. OLE color: 4221088.

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

Color convert

RGB 160 104 64 -
CMYK 0 0.35 0.6 0.37
HSL 25º 0.43% 0.44% -
HSV(B) 25º 0.6% 0.63% -
XYZ 20.37 17.74 7.2 -
YUV 116.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 160 104 64 0 0.35 0.6 0.37 25 0.43 0.44
Hex A0 68 40 0 23 3C 25 19 2B 2C
Octal 240 150 100 0 43 74 45 31 53 54
Binary 10100000 1101000 1000000 0 100011 111100 100101 11001 101011 101100

Color Harmonies of #A06840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06840

Black with #A06840

Text Example


Text Example

White with #A06840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06840; }

 p { color: rgb(160,104,64); }

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

background-color css

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

 a { background-color: rgb(160,104,64); }

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

border-color css

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

 span { border-color: rgb(160,104,64); }

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