Html Css Color HEX #AD9D30 Sahara

📋 copy color: '#AD9D30'

red 173 ◦ green 157 ◦ blue 48

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

Shades of Sahara #AD9D30

Tints of Sahara #AD9D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.7%

R = 45.77%
G = 41.53%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD9D30 (or 0xAD9D30) is known color: Sahara. HEX triplet: AD, 9D and 30. RGB value is (173,157,48). Sum of RGB (Red+Green+Blue) = 173+157+48=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9D30 is #5262CF. Grayscale: #959595. Windows color (decimal): -5399248 or 3186093. OLE color: 3186093.

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

Color convert

RGB 173 157 48 -
CMYK 0 0.09 0.72 0.32
HSL 52.32º 0.57% 0.43% -
HSV(B) 52.32º 0.72% 0.68% -
XYZ 29.82 33.21 7.63 -
YUV 149.36 70.8 144.86 -
System Red Green Blue C M Y K H S L
Decimal 173 157 48 0 0.09 0.72 0.32 52.32 0.57 0.43
Hex AD 9D 30 0 9 48 20 34 39 2B
Octal 255 235 60 0 11 110 40 64 71 53
Binary 10101101 10011101 110000 0 1001 1001000 100000 110100 111001 101011

Color Harmonies of #AD9D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D30

Black with #AD9D30

Text Example


Text Example

White with #AD9D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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