Html Css Color HEX #AD9D32 Sahara

📋 copy color: '#AD9D32'

red 173 ◦ green 157 ◦ blue 50

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

Shades of Sahara #AD9D32

Tints of Sahara #AD9D32

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.32%

 BLUE value IS 50 (19.92% from 255) = 13.16%

R = 45.53%
G = 41.32%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD9D32 (or 0xAD9D32) is known color: Sahara. HEX triplet: AD, 9D and 32. RGB value is (173,157,50). Sum of RGB (Red+Green+Blue) = 173+157+50=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9D32 is #5262CD. Grayscale: #969696. Windows color (decimal): -5399246 or 3317165. OLE color: 3317165.

HSL color Cylindrical-coordinate representation of color #AD9D32: hue angle of 52.2º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD9D32 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 157 50 -
CMYK 0 0.09 0.71 0.32
HSL 52.2º 0.55% 0.44% -
HSV(B) 52.2º 0.71% 0.68% -
XYZ 29.87 33.23 7.86 -
YUV 149.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 173 157 50 0 0.09 0.71 0.32 52.2 0.55 0.44
Hex AD 9D 32 0 9 47 20 34 37 2C
Octal 255 235 62 0 11 107 40 64 67 54
Binary 10101101 10011101 110010 0 1001 1000111 100000 110100 110111 101100

Color Harmonies of #AD9D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D32

Black with #AD9D32

Text Example


Text Example

White with #AD9D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D32; }

 p { color: rgb(173,157,50); }

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

background-color css

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

 a { background-color: rgb(173,157,50); }

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

border-color css

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

 span { border-color: rgb(173,157,50); }

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