Html Css Color HEX #AD9727 Sahara

📋 copy color: '#AD9727'

red 173 ◦ green 151 ◦ blue 39

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

Shades of Sahara #AD9727

Tints of Sahara #AD9727

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.6%

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

R = 47.66%
G = 41.6%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD9727 (or 0xAD9727) is known color: Sahara. HEX triplet: AD, 97 and 27. RGB value is (173,151,39). Sum of RGB (Red+Green+Blue) = 173+151+39=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9727 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9727 is #5268D8. Grayscale: #919191. Windows color (decimal): -5400793 or 2594733. OLE color: 2594733.

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

Color convert

RGB 173 151 39 -
CMYK 0 0.13 0.77 0.32
HSL 50.15º 0.63% 0.42% -
HSV(B) 50.15º 0.77% 0.68% -
XYZ 28.67 31.16 6.42 -
YUV 144.81 68.29 148.11 -
System Red Green Blue C M Y K H S L
Decimal 173 151 39 0 0.13 0.77 0.32 50.15 0.63 0.42
Hex AD 97 27 0 D 4D 20 32 3F 2A
Octal 255 227 47 0 15 115 40 62 77 52
Binary 10101101 10010111 100111 0 1101 1001101 100000 110010 111111 101010

Color Harmonies of #AD9727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9727

Black with #AD9727

Text Example


Text Example

White with #AD9727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9727; }

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

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

background-color css

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

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

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

border-color css

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

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

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