#A47252

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

Shades of Sante Fe #A47252

Tints of Sante Fe #A47252

Color information

#A47252 (or 0xA47252) is unknown color: approx Sante Fe. HEX triplet: A4, 72 and 52. RGB value is (164,114,82). Sum of RGB (Red+Green+Blue) = 164+114+82=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A47252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47252 is #5B8DAD. Grayscale: #7D7D7D. Windows color (decimal): -6000046 or 5403300. OLE color: 5403300.

HSL color Cylindrical-coordinate representation of color #A47252: hue angle of 23.41º 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 #A47252 is Cyan = 0, Magento = 0.30, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB16411482-
CMYK00.300.50.36
HSL23.41º33.33%48.24%-
HSV(B)23.41º50%64.31%-
XYZ22.8520.5410.74-
YUV125.3103.56155.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 114 (44.92% from 255) = 31.67%
BLUE value IS 82 (32.42% from 255) = 22.78%
R=45.56%
G=31.67%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641148200.300.50.3623.4133.3348.24
HexA4725201E3224172130
Octal2441621220366244274160
Binary101001001110010101001001111011001010010010111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47252; }

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

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

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

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

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

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

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

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