Html Css Color HEX #A66849 Sante Fe

📋 copy color: '#A66849'

red 166 ◦ green 104 ◦ blue 73

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

Shades of Sante Fe #A66849

Tints of Sante Fe #A66849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.32%

 BLUE value IS 73 (28.91% from 255) = 21.28%

R = 48.4%
G = 30.32%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A66849 (or 0xA66849) is known color: Sante Fe. HEX triplet: A6, 68 and 49. RGB value is (166,104,73). Sum of RGB (Red+Green+Blue) = 166+104+73=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A66849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66849 is #5997B6. Grayscale: #777777. Windows color (decimal): -5871543 or 4810918. OLE color: 4810918.

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

Color convert

RGB 166 104 73 -
CMYK 0 0.37 0.56 0.35
HSL 20º 0.39% 0.47% -
HSV(B) 20º 0.56% 0.65% -
XYZ 21.88 18.49 8.72 -
YUV 119 102.04 161.52 -
System Red Green Blue C M Y K H S L
Decimal 166 104 73 0 0.37 0.56 0.35 20 0.39 0.47
Hex A6 68 49 0 25 38 23 14 27 2F
Octal 246 150 111 0 45 70 43 24 47 57
Binary 10100110 1101000 1001001 0 100101 111000 100011 10100 100111 101111

Color Harmonies of #A66849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66849

Black with #A66849

Text Example


Text Example

White with #A66849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66849; }

 p { color: rgb(166,104,73); }

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

background-color css

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

 a { background-color: rgb(166,104,73); }

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

border-color css

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

 span { border-color: rgb(166,104,73); }

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