#A46A4B

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

Shades of Sante Fe #A46A4B

Tints of Sante Fe #A46A4B

Color information

#A46A4B (or 0xA46A4B) is unknown color: approx Sante Fe. HEX triplet: A4, 6A and 4B. RGB value is (164,106,75). Sum of RGB (Red+Green+Blue) = 164+106+75=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46A4B is #5B95B4. Grayscale: #777777. Windows color (decimal): -6002101 or 4942500. OLE color: 4942500.

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

Color convert

RGB16410675-
CMYK00.350.540.36
HSL20.9º37.24%46.86%-
HSV(B)20.9º54.27%64.31%-
XYZ21.7318.719.12-
YUV119.81102.72159.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.54%
GREEN value IS 106 (41.80% from 255) = 30.72%
BLUE value IS 75 (29.69% from 255) = 21.74%
R=47.54%
G=30.72%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641067500.350.540.3620.937.2446.86
HexA46A4B023362415252f
Octal2441521130436644254557
Binary1010010011010101001011010001111011010010010101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A4B; }

 p { color: rgb(164,106,75); }

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

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

 a { background-color: rgb(164,106,75); }

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

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

 span { border-color: rgb(164,106,75); }

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