#A5704C

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

Shades of Sante Fe #A5704C

Tints of Sante Fe #A5704C

Color information

#A5704C (or 0xA5704C) is unknown color: approx Sante Fe. HEX triplet: A5, 70 and 4C. RGB value is (165,112,76). Sum of RGB (Red+Green+Blue) = 165+112+76=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A5704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5704C is #5A8FB3. Grayscale: #7B7B7B. Windows color (decimal): -5935028 or 5009573. OLE color: 5009573.

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

Color convert

RGB16511276-
CMYK00.320.540.35
HSL24.27º36.93%47.25%-
HSV(B)24.27º53.94%64.71%-
XYZ22.6220.119.53-
YUV123.74101.06157.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.74%
GREEN value IS 112 (44.14% from 255) = 31.73%
BLUE value IS 76 (30.08% from 255) = 21.53%
R=46.74%
G=31.73%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651127600.320.540.3524.2736.9347.25
HexA5704C020362318252f
Octal2451601140406643304557
Binary1010010111100001001100010000011011010001111000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5704C; }

 p { color: rgb(165,112,76); }

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

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

 a { background-color: rgb(165,112,76); }

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

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

 span { border-color: rgb(165,112,76); }

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