#AD644B

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

Shades of Sante Fe #AD644B

Tints of Sante Fe #AD644B

Color information

#AD644B (or 0xAD644B) is unknown color: approx Sante Fe. HEX triplet: AD, 64 and 4B. RGB value is (173,100,75). Sum of RGB (Red+Green+Blue) = 173+100+75=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD644B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD644B is #529BB4. Grayscale: #777777. Windows color (decimal): -5413813 or 4940973. OLE color: 4940973.

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

Color convert

RGB17310075-
CMYK00.420.570.32
HSL15.31º39.52%48.63%-
HSV(B)15.31º56.65%67.84%-
XYZ23.0618.519.01-
YUV118.98103.18166.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.71%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 75 (29.69% from 255) = 21.55%
R=49.71%
G=28.74%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731007500.420.570.3215.3139.5248.63
HexAD644B02A3920f2831
Octal2551441130527140175061
Binary101011011100100100101101010101110011000001111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD644B; }

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

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

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

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

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

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

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

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