#A47054

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

Shades of Sante Fe #A47054

Tints of Sante Fe #A47054

Color information

#A47054 (or 0xA47054) is unknown color: approx Sante Fe. HEX triplet: A4, 70 and 54. RGB value is (164,112,84). Sum of RGB (Red+Green+Blue) = 164+112+84=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A47054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47054 is #5B8FAB. Grayscale: #7C7C7C. Windows color (decimal): -6000556 or 5533860. OLE color: 5533860.

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

Color convert

RGB16411284-
CMYK00.320.490.36
HSL21º32.26%48.63%-
HSV(B)21º48.78%64.31%-
XYZ22.720.1211.07-
YUV124.36105.23156.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 84 (33.20% from 255) = 23.33%
R=45.56%
G=31.11%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641128400.320.490.362132.2648.63
HexA470540203124152031
Octal2441601240406144254061
Binary1010010011100001010100010000011000110010010101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47054; }

 p { color: rgb(164,112,84); }

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

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

 a { background-color: rgb(164,112,84); }

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

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

 span { border-color: rgb(164,112,84); }

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