#A4704B

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

Shades of Sante Fe #A4704B

Tints of Sante Fe #A4704B

Color information

#A4704B (or 0xA4704B) is unknown color: approx Sante Fe. HEX triplet: A4, 70 and 4B. RGB value is (164,112,75). Sum of RGB (Red+Green+Blue) = 164+112+75=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A4704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4704B is #5B8FB4. Grayscale: #7B7B7B. Windows color (decimal): -6000565 or 4944036. OLE color: 4944036.

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

Color convert

RGB16411275-
CMYK00.320.540.36
HSL24.94º37.24%46.86%-
HSV(B)24.94º54.27%64.31%-
XYZ22.3719.999.34-
YUV123.33100.73157.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.72%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 75 (29.69% from 255) = 21.37%
R=46.72%
G=31.91%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641127500.320.540.3624.9437.2446.86
HexA4704B020362419252f
Octal2441601130406644314557
Binary1010010011100001001011010000011011010010011001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4704B; }

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

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

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

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

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

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

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

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