Html Css Color HEX #A66652 Sante Fe

📋 copy color: '#A66652'

red 166 ◦ green 102 ◦ blue 82

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

Shades of Sante Fe #A66652

Tints of Sante Fe #A66652

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.14%

 BLUE value IS 82 (32.42% from 255) = 23.43%

R = 47.43%
G = 29.14%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A66652 (or 0xA66652) is known color: Sante Fe. HEX triplet: A6, 66 and 52. RGB value is (166,102,82). Sum of RGB (Red+Green+Blue) = 166+102+82=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A66652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66652 is #5999AD. Grayscale: #767676. Windows color (decimal): -5872046 or 5400230. OLE color: 5400230.

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

Color convert

RGB 166 102 82 -
CMYK 0 0.39 0.51 0.35
HSL 14.29º 0.34% 0.49% -
HSV(B) 14.29º 0.51% 0.65% -
XYZ 22 18.22 10.34 -
YUV 118.86 107.2 161.63 -
System Red Green Blue C M Y K H S L
Decimal 166 102 82 0 0.39 0.51 0.35 14.29 0.34 0.49
Hex A6 66 52 0 27 33 23 E 22 31
Octal 246 146 122 0 47 63 43 16 42 61
Binary 10100110 1100110 1010010 0 100111 110011 100011 1110 100010 110001

Color Harmonies of #A66652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66652

Black with #A66652

Text Example


Text Example

White with #A66652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66652; }

 p { color: rgb(166,102,82); }

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

background-color css

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

 a { background-color: rgb(166,102,82); }

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

border-color css

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

 span { border-color: rgb(166,102,82); }

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