Html Css Color HEX #A66850 Sante Fe

📋 copy color: '#A66850'

red 166 ◦ green 104 ◦ blue 80

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

Shades of Sante Fe #A66850

Tints of Sante Fe #A66850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 47.43%
G = 29.71%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A66850 (or 0xA66850) is known color: Sante Fe. HEX triplet: A6, 68 and 50. RGB value is (166,104,80). Sum of RGB (Red+Green+Blue) = 166+104+80=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A66850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66850 is #5997AF. Grayscale: #777777. Windows color (decimal): -5871536 or 5269670. OLE color: 5269670.

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

Color convert

RGB 166 104 80 -
CMYK 0 0.37 0.52 0.35
HSL 16.74º 0.35% 0.48% -
HSV(B) 16.74º 0.52% 0.65% -
XYZ 22.12 18.59 10.01 -
YUV 119.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 166 104 80 0 0.37 0.52 0.35 16.74 0.35 0.48
Hex A6 68 50 0 25 34 23 11 23 30
Octal 246 150 120 0 45 64 43 21 43 60
Binary 10100110 1101000 1010000 0 100101 110100 100011 10001 100011 110000

Color Harmonies of #A66850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66850

Black with #A66850

Text Example


Text Example

White with #A66850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66850; }

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

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

background-color css

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

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

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

border-color css

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

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

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