Html Css Color HEX #AD9928 Sahara

📋 copy color: '#AD9928'

red 173 ◦ green 153 ◦ blue 40

#AD9928
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sahara #AD9928

Tints of Sahara #AD9928

RGB

 RED value IS 173 (67.97% from 255) = 47.27%

 GREEN value IS 153 (60.16% from 255) = 41.8%

 BLUE value IS 40 (16.02% from 255) = 10.93%

R = 47.27%
G = 41.8%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD9928 (or 0xAD9928) is known color: Sahara. HEX triplet: AD, 99 and 28. RGB value is (173,153,40). Sum of RGB (Red+Green+Blue) = 173+153+40=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9928 is #5266D7. Grayscale: #929292. Windows color (decimal): -5400280 or 2660781. OLE color: 2660781.

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

Color convert

RGB 173 153 40 -
CMYK 0 0.12 0.77 0.32
HSL 50.98º 0.62% 0.42% -
HSV(B) 50.98º 0.77% 0.68% -
XYZ 29.01 31.82 6.62 -
YUV 146.1 68.13 147.19 -
System Red Green Blue C M Y K H S L
Decimal 173 153 40 0 0.12 0.77 0.32 50.98 0.62 0.42
Hex AD 99 28 0 C 4D 20 33 3E 2A
Octal 255 231 50 0 14 115 40 63 76 52
Binary 10101101 10011001 101000 0 1100 1001101 100000 110011 111110 101010

Color Harmonies of #AD9928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9928

Black with #AD9928

Text Example


Text Example

White with #AD9928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9928; }

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

 H1.HeaderClassName
 {
   color: #AD9928;
 }
 .AnyTagClassName
 {
   color: #AD9928;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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