Html Css Color HEX #A66D4F Sante Fe

📋 copy color: '#A66D4F'

red 166 ◦ green 109 ◦ blue 79

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

Shades of Sante Fe #A66D4F

Tints of Sante Fe #A66D4F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.79%

 BLUE value IS 79 (31.25% from 255) = 22.32%

R = 46.89%
G = 30.79%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A66D4F (or 0xA66D4F) is known color: Sante Fe. HEX triplet: A6, 6D and 4F. RGB value is (166,109,79). Sum of RGB (Red+Green+Blue) = 166+109+79=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66D4F is #5992B0. Grayscale: #7A7A7A. Windows color (decimal): -5870257 or 5205414. OLE color: 5205414.

HSL color Cylindrical-coordinate representation of color #A66D4F: hue angle of 20.69º degrees, saturation: 0.36, 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 #A66D4F is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 109 79 -
CMYK 0 0.34 0.52 0.35
HSL 20.69º 0.36% 0.48% -
HSV(B) 20.69º 0.52% 0.65% -
XYZ 22.61 19.61 9.99 -
YUV 122.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 166 109 79 0 0.34 0.52 0.35 20.69 0.36 0.48
Hex A6 6D 4F 0 22 34 23 15 24 30
Octal 246 155 117 0 42 64 43 25 44 60
Binary 10100110 1101101 1001111 0 100010 110100 100011 10101 100100 110000

Color Harmonies of #A66D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66D4F

Black with #A66D4F

Text Example


Text Example

White with #A66D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66D4F; }

 p { color: rgb(166,109,79); }

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

background-color css

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

 a { background-color: rgb(166,109,79); }

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

border-color css

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

 span { border-color: rgb(166,109,79); }

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