Html Css Color HEX #A06341 Desert

📋 copy color: '#A06341'

red 160 ◦ green 99 ◦ blue 65

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

Shades of Desert #A06341

Tints of Desert #A06341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.06%

R = 49.38%
G = 30.56%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A06341 (or 0xA06341) is known color: Desert. HEX triplet: A0, 63 and 41. RGB value is (160,99,65). Sum of RGB (Red+Green+Blue) = 160+99+65=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A06341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06341 is #5F9CBE. Grayscale: #717171. Windows color (decimal): -6266047 or 4285344. OLE color: 4285344.

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

Color convert

RGB 160 99 65 -
CMYK 0 0.38 0.59 0.37
HSL 21.47º 0.42% 0.44% -
HSV(B) 21.47º 0.59% 0.63% -
XYZ 19.91 16.78 7.19 -
YUV 113.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 160 99 65 0 0.38 0.59 0.37 21.47 0.42 0.44
Hex A0 63 41 0 26 3B 25 15 2A 2C
Octal 240 143 101 0 46 73 45 25 52 54
Binary 10100000 1100011 1000001 0 100110 111011 100101 10101 101010 101100

Color Harmonies of #A06341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06341

Black with #A06341

Text Example


Text Example

White with #A06341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06341; }

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

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

background-color css

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

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

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

border-color css

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

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

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