#AD6D4B

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

Shades of Sante Fe #AD6D4B

Tints of Sante Fe #AD6D4B

Color information

#AD6D4B (or 0xAD6D4B) is unknown color: approx Sante Fe. HEX triplet: AD, 6D and 4B. RGB value is (173,109,75). Sum of RGB (Red+Green+Blue) = 173+109+75=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6D4B is #5292B4. Grayscale: #7C7C7C. Windows color (decimal): -5411509 or 4943277. OLE color: 4943277.

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

Color convert

RGB17310975-
CMYK00.370.570.32
HSL20.82º39.52%48.63%-
HSV(B)20.82º56.65%67.84%-
XYZ23.9720.339.32-
YUV124.26100.2162.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.46%
GREEN value IS 109 (42.97% from 255) = 30.53%
BLUE value IS 75 (29.69% from 255) = 21.01%
R=48.46%
G=30.53%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731097500.370.570.3220.8239.5248.63
HexAD6D4B0253920152831
Octal2551551130457140255061
Binary1010110111011011001011010010111100110000010101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6D4B; }

 p { color: rgb(173,109,75); }

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

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

 a { background-color: rgb(173,109,75); }

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

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

 span { border-color: rgb(173,109,75); }

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