#AD9930

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

Shades of Sahara #AD9930

Tints of Sahara #AD9930

Color information

#AD9930 (or 0xAD9930) is unknown color: approx Sahara. HEX triplet: AD, 99 and 30. RGB value is (173,153,48). Sum of RGB (Red+Green+Blue) = 173+153+48=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9930 is #5266CF. Grayscale: #939393. Windows color (decimal): -5400272 or 3185069. OLE color: 3185069.

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

Color convert

RGB17315348-
CMYK00.120.720.32
HSL50.4º56.56%43.33%-
HSV(B)50.4º72.25%67.84%-
XYZ29.1631.887.41-
YUV147.0172.13146.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.26%
GREEN value IS 153 (60.16% from 255) = 40.91%
BLUE value IS 48 (19.14% from 255) = 12.83%
R=46.26%
G=40.91%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731534800.120.720.3250.456.5643.33
HexAD99300C482032392b
Octal2552316001411040627153
Binary1010110110011001110000011001001000100000110010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9930; }

 p { color: rgb(173,153,48); }

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

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

 a { background-color: rgb(173,153,48); }

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

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

 span { border-color: rgb(173,153,48); }

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