#A5724C

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

Shades of Sante Fe #A5724C

Tints of Sante Fe #A5724C

Color information

#A5724C (or 0xA5724C) is unknown color: approx Sante Fe. HEX triplet: A5, 72 and 4C. RGB value is (165,114,76). Sum of RGB (Red+Green+Blue) = 165+114+76=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A5724C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5724C is #5A8DB3. Grayscale: #7D7D7D. Windows color (decimal): -5934516 or 5010085. OLE color: 5010085.

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

Color convert

RGB16511476-
CMYK00.310.540.35
HSL25.62º36.93%47.25%-
HSV(B)25.62º53.94%64.71%-
XYZ22.8420.569.6-
YUV124.92100.4156.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.48%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 76 (30.08% from 255) = 21.41%
R=46.48%
G=32.11%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651147600.310.540.3525.6236.9347.25
HexA5724C01F36231a252f
Octal2451621140376643324557
Binary101001011110010100110001111111011010001111010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5724C; }

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

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

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

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

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

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

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

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