#AD6A4C

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

Shades of Sante Fe #AD6A4C

Tints of Sante Fe #AD6A4C

Color information

#AD6A4C (or 0xAD6A4C) is unknown color: approx Sante Fe. HEX triplet: AD, 6A and 4C. RGB value is (173,106,76). Sum of RGB (Red+Green+Blue) = 173+106+76=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6A4C is #5295B3. Grayscale: #7A7A7A. Windows color (decimal): -5412276 or 5008045. OLE color: 5008045.

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

Color convert

RGB17310676-
CMYK00.390.560.32
HSL18.56º38.96%48.82%-
HSV(B)18.56º56.07%67.84%-
XYZ23.6919.719.39-
YUV122.61101.7163.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.73%
GREEN value IS 106 (41.80% from 255) = 29.86%
BLUE value IS 76 (30.08% from 255) = 21.41%
R=48.73%
G=29.86%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731067600.390.560.3218.5638.9648.82
HexAD6A4C0273820132731
Octal2551521140477040234761
Binary1010110111010101001100010011111100010000010011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6A4C; }

 p { color: rgb(173,106,76); }

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

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

 a { background-color: rgb(173,106,76); }

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

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

 span { border-color: rgb(173,106,76); }

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