#AD734B

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

Shades of Sante Fe #AD734B

Tints of Sante Fe #AD734B

Color information

#AD734B (or 0xAD734B) is unknown color: approx Sante Fe. HEX triplet: AD, 73 and 4B. RGB value is (173,115,75). Sum of RGB (Red+Green+Blue) = 173+115+75=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD734B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD734B is #528CB4. Grayscale: #808080. Windows color (decimal): -5409973 or 4944813. OLE color: 4944813.

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

Color convert

RGB17311575-
CMYK00.340.570.32
HSL24.49º39.52%48.63%-
HSV(B)24.49º56.65%67.84%-
XYZ24.6321.659.54-
YUV127.7898.22160.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.66%
GREEN value IS 115 (45.31% from 255) = 31.68%
BLUE value IS 75 (29.69% from 255) = 20.66%
R=47.66%
G=31.68%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731157500.340.570.3224.4939.5248.63
HexAD734B0223920182831
Octal2551631130427140305061
Binary1010110111100111001011010001011100110000011000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD734B; }

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

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

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

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

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

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

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

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