#ad6b4c

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

Shades of Sante Fe #AD6B4C

Tints of Sante Fe #AD6B4C

Color information

#AD6B4C (or 0xAD6B4C) is unknown color: approx Sante Fe. HEX triplet: AD, 6B and 4C. RGB value is (173,107,76). Sum of RGB (Red+Green+Blue) = 173+107+76=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6B4C is #5294B3. Grayscale: #7B7B7B. Windows color (decimal): -5412020 or 5008301. OLE color: 5008301.

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

Color convert

RGB17310776-
CMYK00.380.560.32
HSL19.18º38.96%48.82%-
HSV(B)19.18º56.07%67.84%-
XYZ23.819.929.43-
YUV123.2101.37163.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.60%
GREEN value IS 107 (42.19% from 255) = 30.06%
BLUE value IS 76 (30.08% from 255) = 21.35%
R=48.60%
G=30.06%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731077600.380.560.3219.1838.9648.82
HexAD6B4C0263820132731
Octal2551531140467040234761
Binary1010110111010111001100010011011100010000010011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad6b4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad6b4c; }

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

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

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

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

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

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

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

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