#AD972F

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

Shades of Sahara #AD972F

Tints of Sahara #AD972F

Color information

#AD972F (or 0xAD972F) is unknown color: approx Sahara. HEX triplet: AD, 97 and 2F. RGB value is (173,151,47). Sum of RGB (Red+Green+Blue) = 173+151+47=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD972F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD972F is #5268D0. Grayscale: #929292. Windows color (decimal): -5400785 or 3119021. OLE color: 3119021.

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

Color convert

RGB17315147-
CMYK00.130.730.32
HSL49.52º57.27%43.14%-
HSV(B)49.52º72.83%67.84%-
XYZ28.8131.227.2-
YUV145.7272.29147.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.63%
GREEN value IS 151 (59.38% from 255) = 40.70%
BLUE value IS 47 (18.75% from 255) = 12.67%
R=46.63%
G=40.70%
B=12.67%

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
Decimal1731514700.130.730.3249.5257.2743.14
HexAD972F0D492032392b
Octal2552275701511140627153
Binary1010110110010111101111011011001001100000110010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD972F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD972F; }

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

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

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

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

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

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

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

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