#A46F52

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

Shades of Sante Fe #A46F52

Tints of Sante Fe #A46F52

Color information

#A46F52 (or 0xA46F52) is unknown color: approx Sante Fe. HEX triplet: A4, 6F and 52. RGB value is (164,111,82). Sum of RGB (Red+Green+Blue) = 164+111+82=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F52 is #5B90AD. Grayscale: #7B7B7B. Windows color (decimal): -6000814 or 5402532. OLE color: 5402532.

HSL color Cylindrical-coordinate representation of color #A46F52: hue angle of 21.22º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A46F52 is Cyan = 0, Magento = 0.32, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB16411182-
CMYK00.320.50.36
HSL21.22º33.33%48.24%-
HSV(B)21.22º50%64.31%-
XYZ22.5219.8710.63-
YUV123.54104.56156.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 111 (43.75% from 255) = 31.09%
BLUE value IS 82 (32.42% from 255) = 22.97%
R=45.94%
G=31.09%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641118200.320.50.3621.2233.3348.24
HexA46F520203224152130
Octal2441571220406244254160
Binary1010010011011111010010010000011001010010010101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F52; }

 p { color: rgb(164,111,82); }

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

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

 a { background-color: rgb(164,111,82); }

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

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

 span { border-color: rgb(164,111,82); }

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