#AD7652

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

Shades of Sante Fe #AD7652

Tints of Sante Fe #AD7652

Color information

#AD7652 (or 0xAD7652) is unknown color: approx Sante Fe. HEX triplet: AD, 76 and 52. RGB value is (173,118,82). Sum of RGB (Red+Green+Blue) = 173+118+82=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7652 is #5289AD. Grayscale: #828282. Windows color (decimal): -5409198 or 5404333. OLE color: 5404333.

HSL color Cylindrical-coordinate representation of color #AD7652: hue angle of 23.74º 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 #AD7652 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB17311882-
CMYK00.320.530.32
HSL23.74º35.69%50%-
HSV(B)23.74º52.6%67.84%-
XYZ25.2422.4510.99-
YUV130.34100.72158.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.38%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 82 (32.42% from 255) = 21.98%
R=46.38%
G=31.64%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731188200.320.530.3223.7435.6950
HexAD76520203520182432
Octal2551661220406540304462
Binary1010110111101101010010010000011010110000011000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7652; }

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

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

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

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

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

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

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

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