Html Css Color HEX #AD9E32 Sahara

📋 copy color: '#AD9E32'

red 173 ◦ green 158 ◦ blue 50

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

Shades of Sahara #AD9E32

Tints of Sahara #AD9E32

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.47%

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

R = 45.41%
G = 41.47%
B = 13.12%

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

#AD9E32 (or 0xAD9E32) is known color: Sahara. HEX triplet: AD, 9E and 32. RGB value is (173,158,50). Sum of RGB (Red+Green+Blue) = 173+158+50=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9E32 is #5261CD. Grayscale: #969696. Windows color (decimal): -5398990 or 3317421. OLE color: 3317421.

HSL color Cylindrical-coordinate representation of color #AD9E32: hue angle of 52.68º 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 #AD9E32 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 158 50 -
CMYK 0 0.09 0.71 0.32
HSL 52.68º 0.55% 0.44% -
HSV(B) 52.68º 0.71% 0.68% -
XYZ 30.04 33.57 7.91 -
YUV 150.17 71.47 144.28 -
System Red Green Blue C M Y K H S L
Decimal 173 158 50 0 0.09 0.71 0.32 52.68 0.55 0.44
Hex AD 9E 32 0 9 47 20 35 37 2C
Octal 255 236 62 0 11 107 40 65 67 54
Binary 10101101 10011110 110010 0 1001 1000111 100000 110101 110111 101100

Color Harmonies of #AD9E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9E32

Black with #AD9E32

Text Example


Text Example

White with #AD9E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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