#A5724E

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

Shades of Sante Fe #A5724E

Tints of Sante Fe #A5724E

Color information

#A5724E (or 0xA5724E) is unknown color: approx Sante Fe. HEX triplet: A5, 72 and 4E. RGB value is (165,114,78). Sum of RGB (Red+Green+Blue) = 165+114+78=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5724E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5724E is #5A8DB1. Grayscale: #7D7D7D. Windows color (decimal): -5934514 or 5141157. OLE color: 5141157.

HSL color Cylindrical-coordinate representation of color #A5724E: hue angle of 24.83º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5724E is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16511478-
CMYK00.310.530.35
HSL24.83º35.8%47.65%-
HSV(B)24.83º52.73%64.71%-
XYZ22.9120.589.97-
YUV125.14101.4156.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 114 (44.92% from 255) = 31.93%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=46.22%
G=31.93%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651147800.310.530.3524.8335.847.65
HexA5724E01F3523192430
Octal2451621160376543314460
Binary101001011110010100111001111111010110001111001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5724E; }

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

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

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

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

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

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

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

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