Html Css Color HEX #A66855 Sante Fe

📋 copy color: '#A66855'

red 166 ◦ green 104 ◦ blue 85

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

Shades of Sante Fe #A66855

Tints of Sante Fe #A66855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.94%

R = 46.76%
G = 29.3%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A66855 (or 0xA66855) is known color: Sante Fe. HEX triplet: A6, 68 and 55. RGB value is (166,104,85). Sum of RGB (Red+Green+Blue) = 166+104+85=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A66855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66855 is #5997AA. Grayscale: #787878. Windows color (decimal): -5871531 or 5597350. OLE color: 5597350.

HSL color Cylindrical-coordinate representation of color #A66855: hue angle of 14.07º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A66855 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 104 85 -
CMYK 0 0.37 0.49 0.35
HSL 14.07º 0.32% 0.49% -
HSV(B) 14.07º 0.49% 0.65% -
XYZ 22.32 18.66 11.02 -
YUV 120.37 108.04 160.54 -
System Red Green Blue C M Y K H S L
Decimal 166 104 85 0 0.37 0.49 0.35 14.07 0.32 0.49
Hex A6 68 55 0 25 31 23 E 20 31
Octal 246 150 125 0 45 61 43 16 40 61
Binary 10100110 1101000 1010101 0 100101 110001 100011 1110 100000 110001

Color Harmonies of #A66855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66855

Black with #A66855

Text Example


Text Example

White with #A66855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66855; }

 p { color: rgb(166,104,85); }

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

background-color css

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

 a { background-color: rgb(166,104,85); }

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

border-color css

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

 span { border-color: rgb(166,104,85); }

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