#AD7452

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

Shades of Sante Fe #AD7452

Tints of Sante Fe #AD7452

Color information

#AD7452 (or 0xAD7452) is unknown color: approx Sante Fe. HEX triplet: AD, 74 and 52. RGB value is (173,116,82). Sum of RGB (Red+Green+Blue) = 173+116+82=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7452 is #528BAD. Grayscale: #818181. Windows color (decimal): -5409710 or 5403821. OLE color: 5403821.

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

Color convert

RGB17311682-
CMYK00.330.530.32
HSL22.42º35.69%50%-
HSV(B)22.42º52.6%67.84%-
XYZ2521.9810.91-
YUV129.17101.38159.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.63%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=46.63%
G=31.27%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731168200.330.530.3222.4235.6950
HexAD74520213520162432
Octal2551641220416540264462
Binary1010110111101001010010010000111010110000010110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7452; }

 p { color: rgb(173,116,82); }

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

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

 a { background-color: rgb(173,116,82); }

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

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

 span { border-color: rgb(173,116,82); }

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