#AD6B55

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

Shades of Sante Fe #AD6B55

Tints of Sante Fe #AD6B55

Color information

#AD6B55 (or 0xAD6B55) is unknown color: approx Sante Fe. HEX triplet: AD, 6B and 55. RGB value is (173,107,85). Sum of RGB (Red+Green+Blue) = 173+107+85=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6B55 is #5294AA. Grayscale: #7C7C7C. Windows color (decimal): -5412011 or 5598125. OLE color: 5598125.

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

Color convert

RGB17310785-
CMYK00.380.510.32
HSL15º34.92%50.59%-
HSV(B)15º50.87%67.84%-
XYZ24.1320.0611.19-
YUV124.23105.87162.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.40%
GREEN value IS 107 (42.19% from 255) = 29.32%
BLUE value IS 85 (33.59% from 255) = 23.29%
R=47.40%
G=29.32%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731078500.380.510.321534.9250.59
HexAD6B550263320f2333
Octal2551531250466340174363
Binary101011011101011101010101001101100111000001111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6B55; }

 p { color: rgb(173,107,85); }

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

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

 a { background-color: rgb(173,107,85); }

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

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

 span { border-color: rgb(173,107,85); }

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