Html Css Color HEX #A66A51 Sante Fe

📋 copy color: '#A66A51'

red 166 ◦ green 106 ◦ blue 81

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

Shades of Sante Fe #A66A51

Tints of Sante Fe #A66A51

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.03%

 BLUE value IS 81 (32.03% from 255) = 22.95%

R = 47.03%
G = 30.03%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A66A51 (or 0xA66A51) is known color: Sante Fe. HEX triplet: A6, 6A and 51. RGB value is (166,106,81). Sum of RGB (Red+Green+Blue) = 166+106+81=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A51 is #5995AE. Grayscale: #797979. Windows color (decimal): -5871023 or 5335718. OLE color: 5335718.

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

Color convert

RGB 166 106 81 -
CMYK 0 0.36 0.51 0.35
HSL 17.65º 0.34% 0.48% -
HSV(B) 17.65º 0.51% 0.65% -
XYZ 22.37 19.01 10.27 -
YUV 121.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 166 106 81 0 0.36 0.51 0.35 17.65 0.34 0.48
Hex A6 6A 51 0 24 33 23 12 22 30
Octal 246 152 121 0 44 63 43 22 42 60
Binary 10100110 1101010 1010001 0 100100 110011 100011 10010 100010 110000

Color Harmonies of #A66A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A51

Black with #A66A51

Text Example


Text Example

White with #A66A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A51; }

 p { color: rgb(166,106,81); }

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

background-color css

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

 a { background-color: rgb(166,106,81); }

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

border-color css

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

 span { border-color: rgb(166,106,81); }

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