#ad972e

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

Shades of Sahara #AD972E

Tints of Sahara #AD972E

Color information

#AD972E (or 0xAD972E) is unknown color: approx Sahara. HEX triplet: AD, 97 and 2E. RGB value is (173,151,46). Sum of RGB (Red+Green+Blue) = 173+151+46=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD972E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD972E is #5268D1. Grayscale: #929292. Windows color (decimal): -5400786 or 3053485. OLE color: 3053485.

HSL color Cylindrical-coordinate representation of color #AD972E: hue angle of 49.61º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD972E is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB17315146-
CMYK00.130.730.32
HSL49.61º57.99%42.94%-
HSV(B)49.61º73.41%67.84%-
XYZ28.7931.217.09-
YUV145.6171.79147.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.76%
GREEN value IS 151 (59.38% from 255) = 40.81%
BLUE value IS 46 (18.36% from 255) = 12.43%
R=46.76%
G=40.81%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731514600.130.730.3249.6157.9942.94
HexAD972E0D4920323a2b
Octal2552275601511140627253
Binary1010110110010111101110011011001001100000110010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad972e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad972e; }

 p { color: rgb(173,151,46); }

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

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

 a { background-color: rgb(173,151,46); }

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

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

 span { border-color: rgb(173,151,46); }

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