Html Css Color HEX #A66035 Desert

📋 copy color: '#A66035'

red 166 ◦ green 96 ◦ blue 53

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

Shades of Desert #A66035

Tints of Desert #A66035

RGB

 RED value IS 166 (65.23% from 255) = 52.7%

 GREEN value IS 96 (37.89% from 255) = 30.48%

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 52.7%
G = 30.48%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A66035 (or 0xA66035) is known color: Desert. HEX triplet: A6, 60 and 35. RGB value is (166,96,53). Sum of RGB (Red+Green+Blue) = 166+96+53=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A66035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66035 is #599FCA. Grayscale: #707070. Windows color (decimal): -5873611 or 3498150. OLE color: 3498150.

HSL color Cylindrical-coordinate representation of color #A66035: hue angle of 22.83º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A66035 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 96 53 -
CMYK 0 0.42 0.68 0.35
HSL 22.83º 0.52% 0.43% -
HSV(B) 22.83º 0.68% 0.65% -
XYZ 20.55 16.73 5.51 -
YUV 112.03 94.69 166.5 -
System Red Green Blue C M Y K H S L
Decimal 166 96 53 0 0.42 0.68 0.35 22.83 0.52 0.43
Hex A6 60 35 0 2A 44 23 17 34 2B
Octal 246 140 65 0 52 104 43 27 64 53
Binary 10100110 1100000 110101 0 101010 1000100 100011 10111 110100 101011

Color Harmonies of #A66035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66035

Black with #A66035

Text Example


Text Example

White with #A66035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66035; }

 p { color: rgb(166,96,53); }

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

background-color css

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

 a { background-color: rgb(166,96,53); }

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

border-color css

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

 span { border-color: rgb(166,96,53); }

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