Html Css Color HEX #A06339 Desert

📋 copy color: '#A06339'

red 160 ◦ green 99 ◦ blue 57

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

Shades of Desert #A06339

Tints of Desert #A06339

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.33%

 BLUE value IS 57 (22.66% from 255) = 18.04%

R = 50.63%
G = 31.33%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A06339 (or 0xA06339) is known color: Desert. HEX triplet: A0, 63 and 39. RGB value is (160,99,57). Sum of RGB (Red+Green+Blue) = 160+99+57=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A06339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06339 is #5F9CC6. Grayscale: #707070. Windows color (decimal): -6266055 or 3761056. OLE color: 3761056.

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

Color convert

RGB 160 99 57 -
CMYK 0 0.38 0.64 0.37
HSL 24.47º 0.47% 0.43% -
HSV(B) 24.47º 0.64% 0.63% -
XYZ 19.7 16.69 6.05 -
YUV 112.45 96.71 161.92 -
System Red Green Blue C M Y K H S L
Decimal 160 99 57 0 0.38 0.64 0.37 24.47 0.47 0.43
Hex A0 63 39 0 26 40 25 18 2F 2B
Octal 240 143 71 0 46 100 45 30 57 53
Binary 10100000 1100011 111001 0 100110 1000000 100101 11000 101111 101011

Color Harmonies of #A06339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06339

Black with #A06339

Text Example


Text Example

White with #A06339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06339; }

 p { color: rgb(160,99,57); }

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

background-color css

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

 a { background-color: rgb(160,99,57); }

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

border-color css

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

 span { border-color: rgb(160,99,57); }

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