#AD604E

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

Shades of Sante Fe #AD604E

Tints of Sante Fe #AD604E

Color information

#AD604E (or 0xAD604E) is unknown color: approx Sante Fe. HEX triplet: AD, 60 and 4E. RGB value is (173,96,78). Sum of RGB (Red+Green+Blue) = 173+96+78=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD604E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD604E is #529FB1. Grayscale: #757575. Windows color (decimal): -5414834 or 5136557. OLE color: 5136557.

HSL color Cylindrical-coordinate representation of color #AD604E: hue angle of 11.37º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD604E is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB1739678-
CMYK00.450.550.32
HSL11.37º37.85%49.22%-
HSV(B)11.37º54.91%67.84%-
XYZ22.7917.89.44-
YUV116.97106.01167.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.86%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=49.86%
G=27.67%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173967800.450.550.3211.3737.8549.22
HexAD604E02D3720b2631
Octal2551401160556740134661
Binary101011011100000100111001011011101111000001011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD604E; }

 p { color: rgb(173,96,78); }

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

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

 a { background-color: rgb(173,96,78); }

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

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

 span { border-color: rgb(173,96,78); }

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