#AD7658

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

Shades of Sante Fe #AD7658

Tints of Sante Fe #AD7658

Color information

#AD7658 (or 0xAD7658) is unknown color: approx Sante Fe. HEX triplet: AD, 76 and 58. RGB value is (173,118,88). Sum of RGB (Red+Green+Blue) = 173+118+88=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7658 is #5289A7. Grayscale: #838383. Windows color (decimal): -5409192 or 5797549. OLE color: 5797549.

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

Color convert

RGB17311888-
CMYK00.320.490.32
HSL21.18º34.14%51.18%-
HSV(B)21.18º49.13%67.84%-
XYZ25.4722.5512.24-
YUV131.02103.72157.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.65%
GREEN value IS 118 (46.48% from 255) = 31.13%
BLUE value IS 88 (34.77% from 255) = 23.22%
R=45.65%
G=31.13%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731188800.320.490.3221.1834.1451.18
HexAD76580203120152233
Octal2551661300406140254263
Binary1010110111101101011000010000011000110000010101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7658; }

 p { color: rgb(173,118,88); }

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

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

 a { background-color: rgb(173,118,88); }

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

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

 span { border-color: rgb(173,118,88); }

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