Html Css Color HEX #A66755 Sante Fe

📋 copy color: '#A66755'

red 166 ◦ green 103 ◦ blue 85

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

Shades of Sante Fe #A66755

Tints of Sante Fe #A66755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.1%

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

R = 46.89%
G = 29.1%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A66755 (or 0xA66755) is known color: Sante Fe. HEX triplet: A6, 67 and 55. RGB value is (166,103,85). Sum of RGB (Red+Green+Blue) = 166+103+85=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A66755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66755 is #5998AA. Grayscale: #777777. Windows color (decimal): -5871787 or 5597094. OLE color: 5597094.

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

Color convert

RGB 166 103 85 -
CMYK 0 0.38 0.49 0.35
HSL 13.33º 0.32% 0.49% -
HSV(B) 13.33º 0.49% 0.65% -
XYZ 22.22 18.46 10.99 -
YUV 119.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 166 103 85 0 0.38 0.49 0.35 13.33 0.32 0.49
Hex A6 67 55 0 26 31 23 D 20 31
Octal 246 147 125 0 46 61 43 15 40 61
Binary 10100110 1100111 1010101 0 100110 110001 100011 1101 100000 110001

Color Harmonies of #A66755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66755

Black with #A66755

Text Example


Text Example

White with #A66755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66755; }

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

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

background-color css

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

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

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

border-color css

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

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

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