Html Css Color HEX #A66B55 Sante Fe

📋 copy color: '#A66B55'

red 166 ◦ green 107 ◦ blue 85

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

Shades of Sante Fe #A66B55

Tints of Sante Fe #A66B55

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.89%

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

R = 46.37%
G = 29.89%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A66B55 (or 0xA66B55) is known color: Sante Fe. HEX triplet: A6, 6B and 55. RGB value is (166,107,85). Sum of RGB (Red+Green+Blue) = 166+107+85=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66B55 is #5994AA. Grayscale: #7A7A7A. Windows color (decimal): -5870763 or 5598118. OLE color: 5598118.

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

Color convert

RGB 166 107 85 -
CMYK 0 0.36 0.49 0.35
HSL 16.3º 0.32% 0.49% -
HSV(B) 16.3º 0.49% 0.65% -
XYZ 22.62 19.28 11.12 -
YUV 122.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 166 107 85 0 0.36 0.49 0.35 16.3 0.32 0.49
Hex A6 6B 55 0 24 31 23 10 20 31
Octal 246 153 125 0 44 61 43 20 40 61
Binary 10100110 1101011 1010101 0 100100 110001 100011 10000 100000 110001

Color Harmonies of #A66B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66B55

Black with #A66B55

Text Example


Text Example

White with #A66B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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