Html Css Color HEX #AD9F31 Sahara

📋 copy color: '#AD9F31'

red 173 ◦ green 159 ◦ blue 49

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

Shades of Sahara #AD9F31

Tints of Sahara #AD9F31

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.73%

 BLUE value IS 49 (19.53% from 255) = 12.86%

R = 45.41%
G = 41.73%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD9F31 (or 0xAD9F31) is known color: Sahara. HEX triplet: AD, 9F and 31. RGB value is (173,159,49). Sum of RGB (Red+Green+Blue) = 173+159+49=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F31 is #5260CE. Grayscale: #979797. Windows color (decimal): -5398735 or 3252141. OLE color: 3252141.

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

Color convert

RGB 173 159 49 -
CMYK 0 0.08 0.72 0.32
HSL 53.23º 0.56% 0.44% -
HSV(B) 53.23º 0.72% 0.68% -
XYZ 30.19 33.9 7.86 -
YUV 150.65 70.64 143.94 -
System Red Green Blue C M Y K H S L
Decimal 173 159 49 0 0.08 0.72 0.32 53.23 0.56 0.44
Hex AD 9F 31 0 8 48 20 35 38 2C
Octal 255 237 61 0 10 110 40 65 70 54
Binary 10101101 10011111 110001 0 1000 1001000 100000 110101 111000 101100

Color Harmonies of #AD9F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F31

Black with #AD9F31

Text Example


Text Example

White with #AD9F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F31; }

 p { color: rgb(173,159,49); }

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

background-color css

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

 a { background-color: rgb(173,159,49); }

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

border-color css

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

 span { border-color: rgb(173,159,49); }

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