Html Css Color HEX #A66648 Sante Fe

📋 copy color: '#A66648'

red 166 ◦ green 102 ◦ blue 72

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

Shades of Sante Fe #A66648

Tints of Sante Fe #A66648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.18%

R = 48.82%
G = 30%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A66648 (or 0xA66648) is known color: Sante Fe. HEX triplet: A6, 66 and 48. RGB value is (166,102,72). Sum of RGB (Red+Green+Blue) = 166+102+72=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A66648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66648 is #5999B7. Grayscale: #757575. Windows color (decimal): -5872056 or 4744870. OLE color: 4744870.

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

Color convert

RGB 166 102 72 -
CMYK 0 0.39 0.57 0.35
HSL 19.15º 0.39% 0.47% -
HSV(B) 19.15º 0.57% 0.65% -
XYZ 21.65 18.08 8.48 -
YUV 117.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 166 102 72 0 0.39 0.57 0.35 19.15 0.39 0.47
Hex A6 66 48 0 27 39 23 13 27 2F
Octal 246 146 110 0 47 71 43 23 47 57
Binary 10100110 1100110 1001000 0 100111 111001 100011 10011 100111 101111

Color Harmonies of #A66648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66648

Black with #A66648

Text Example


Text Example

White with #A66648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66648; }

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

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

background-color css

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

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

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

border-color css

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

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

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