#AD6B5B

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

Shades of Sante Fe #AD6B5B

Tints of Sante Fe #AD6B5B

Color information

#AD6B5B (or 0xAD6B5B) is unknown color: approx Sante Fe. HEX triplet: AD, 6B and 5B. RGB value is (173,107,91). Sum of RGB (Red+Green+Blue) = 173+107+91=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6B5B is #5294A4. Grayscale: #7D7D7D. Windows color (decimal): -5412005 or 5991341. OLE color: 5991341.

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

Color convert

RGB17310791-
CMYK00.380.470.32
HSL11.71º33.33%51.76%-
HSV(B)11.71º47.4%67.84%-
XYZ24.3820.1512.5-
YUV124.91108.87162.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.63%
GREEN value IS 107 (42.19% from 255) = 28.84%
BLUE value IS 91 (35.94% from 255) = 24.53%
R=46.63%
G=28.84%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731079100.380.470.3211.7133.3351.76
HexAD6B5B0262F20c2134
Octal2551531330465740144164
Binary101011011101011101101101001101011111000001100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6B5B; }

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

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

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

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

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

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

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

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