Html Css Color HEX #AD9024 Sahara

📋 copy color: '#AD9024'

red 173 ◦ green 144 ◦ blue 36

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

Shades of Sahara #AD9024

Tints of Sahara #AD9024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.2%

R = 49.01%
G = 40.79%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD9024 (or 0xAD9024) is known color: Sahara. HEX triplet: AD, 90 and 24. RGB value is (173,144,36). Sum of RGB (Red+Green+Blue) = 173+144+36=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9024 is #526FDB. Grayscale: #8C8C8C. Windows color (decimal): -5402588 or 2396333. OLE color: 2396333.

HSL color Cylindrical-coordinate representation of color #AD9024: hue angle of 47.3º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD9024 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 144 36 -
CMYK 0 0.17 0.79 0.32
HSL 47.3º 0.66% 0.41% -
HSV(B) 47.3º 0.79% 0.68% -
XYZ 27.53 28.96 5.81 -
YUV 140.36 69.11 151.28 -
System Red Green Blue C M Y K H S L
Decimal 173 144 36 0 0.17 0.79 0.32 47.3 0.66 0.41
Hex AD 90 24 0 11 4F 20 2F 42 29
Octal 255 220 44 0 21 117 40 57 102 51
Binary 10101101 10010000 100100 0 10001 1001111 100000 101111 1000010 101001

Color Harmonies of #AD9024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9024

Black with #AD9024

Text Example


Text Example

White with #AD9024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9024; }

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

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

background-color css

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

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

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

border-color css

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

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

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