#AD725A

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

Shades of Sante Fe #AD725A

Tints of Sante Fe #AD725A

Color information

#AD725A (or 0xAD725A) is unknown color: approx Sante Fe. HEX triplet: AD, 72 and 5A. RGB value is (173,114,90). Sum of RGB (Red+Green+Blue) = 173+114+90=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD725A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD725A is #528DA5. Grayscale: #818181. Windows color (decimal): -5410214 or 5927597. OLE color: 5927597.

HSL color Cylindrical-coordinate representation of color #AD725A: hue angle of 17.35º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD725A is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB17311490-
CMYK00.340.480.32
HSL17.35º33.6%51.57%-
HSV(B)17.35º47.98%67.84%-
XYZ25.121.6612.53-
YUV128.9106.05159.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.89%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=45.89%
G=30.24%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731149000.340.480.3217.3533.651.57
HexAD725A0223020112234
Octal2551621320426040214264
Binary1010110111100101011010010001011000010000010001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD725A; }

 p { color: rgb(173,114,90); }

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

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

 a { background-color: rgb(173,114,90); }

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

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

 span { border-color: rgb(173,114,90); }

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