Html Css Color HEX #AD9027 Sahara

📋 copy color: '#AD9027'

red 173 ◦ green 144 ◦ blue 39

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

Shades of Sahara #AD9027

Tints of Sahara #AD9027

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.45%

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

R = 48.6%
G = 40.45%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD9027 (or 0xAD9027) is known color: Sahara. HEX triplet: AD, 90 and 27. RGB value is (173,144,39). Sum of RGB (Red+Green+Blue) = 173+144+39=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9027 is #526FD8. Grayscale: #8D8D8D. Windows color (decimal): -5402585 or 2592941. OLE color: 2592941.

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

Color convert

RGB 173 144 39 -
CMYK 0 0.17 0.77 0.32
HSL 47.01º 0.63% 0.42% -
HSV(B) 47.01º 0.77% 0.68% -
XYZ 27.57 28.98 6.06 -
YUV 140.7 70.61 151.04 -
System Red Green Blue C M Y K H S L
Decimal 173 144 39 0 0.17 0.77 0.32 47.01 0.63 0.42
Hex AD 90 27 0 11 4D 20 2F 3F 2A
Octal 255 220 47 0 21 115 40 57 77 52
Binary 10101101 10010000 100111 0 10001 1001101 100000 101111 111111 101010

Color Harmonies of #AD9027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9027

Black with #AD9027

Text Example


Text Example

White with #AD9027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9027; }

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

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

background-color css

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

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

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

border-color css

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

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

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