#AD7556

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

Shades of Sante Fe #AD7556

Tints of Sante Fe #AD7556

Color information

#AD7556 (or 0xAD7556) is unknown color: approx Sante Fe. HEX triplet: AD, 75 and 56. RGB value is (173,117,86). Sum of RGB (Red+Green+Blue) = 173+117+86=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7556 is #528AA9. Grayscale: #828282. Windows color (decimal): -5409450 or 5666221. OLE color: 5666221.

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

Color convert

RGB17311786-
CMYK00.320.500.32
HSL21.38º34.66%50.78%-
HSV(B)21.38º50.29%67.84%-
XYZ25.2722.2811.77-
YUV130.21103.05158.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 86 (33.98% from 255) = 22.87%
R=46.01%
G=31.12%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731178600.320.500.3221.3834.6650.78
HexAD75560203220152333
Octal2551651260406240254363
Binary1010110111101011010110010000011001010000010101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7556; }

 p { color: rgb(173,117,86); }

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

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

 a { background-color: rgb(173,117,86); }

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

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

 span { border-color: rgb(173,117,86); }

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