Html Css Color HEX #AD9927 Sahara

📋 copy color: '#AD9927'

red 173 ◦ green 153 ◦ blue 39

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

Shades of Sahara #AD9927

Tints of Sahara #AD9927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.68%

R = 47.4%
G = 41.92%
B = 10.68%

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

#AD9927 (or 0xAD9927) is known color: Sahara. HEX triplet: AD, 99 and 27. RGB value is (173,153,39). Sum of RGB (Red+Green+Blue) = 173+153+39=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9927 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9927 is #5266D8. Grayscale: #929292. Windows color (decimal): -5400281 or 2595245. OLE color: 2595245.

HSL color Cylindrical-coordinate representation of color #AD9927: hue angle of 51.04º degrees, saturation: 0.63, 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 #AD9927 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 153 39 -
CMYK 0 0.12 0.77 0.32
HSL 51.04º 0.63% 0.42% -
HSV(B) 51.04º 0.77% 0.68% -
XYZ 28.99 31.81 6.53 -
YUV 145.98 67.63 147.27 -
System Red Green Blue C M Y K H S L
Decimal 173 153 39 0 0.12 0.77 0.32 51.04 0.63 0.42
Hex AD 99 27 0 C 4D 20 33 3F 2A
Octal 255 231 47 0 14 115 40 63 77 52
Binary 10101101 10011001 100111 0 1100 1001101 100000 110011 111111 101010

Color Harmonies of #AD9927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9927

Black with #AD9927

Text Example


Text Example

White with #AD9927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9927; }

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

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

background-color css

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

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

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

border-color css

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

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

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