#A66948

Color #A66948 Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #A66948

Tints of Sante Fe #A66948

Color information

#A66948 (or 0xA66948) is unknown color: approx Sante Fe. HEX triplet: A6, 69 and 48. RGB value is (166,105,72). Sum of RGB (Red+Green+Blue) = 166+105+72=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A66948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66948 is #5996B7. Grayscale: #777777. Windows color (decimal): -5871288 or 4745638. OLE color: 4745638.

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

Color convert

RGB16610572-
CMYK00.370.570.35
HSL21.06º39.5%46.67%-
HSV(B)21.06º56.63%65.1%-
XYZ21.9518.688.58-
YUV119.48101.21161.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.40%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 72 (28.52% from 255) = 20.99%
R=48.40%
G=30.61%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661057200.370.570.3521.0639.546.67
HexA66948025392315272f
Octal2461511100457143254757
Binary1010011011010011001000010010111100110001110101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66948; }

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

 H1.HeaderClassName
 {
   color: #A66948;
 }
 .AnyTagClassName
 {
   color: #A66948;
 }
</style>
background-color css

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

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

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

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

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

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