Html Css Color HEX #AD9324 Sahara

📋 copy color: '#AD9324'

red 173 ◦ green 147 ◦ blue 36

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

Shades of Sahara #AD9324

Tints of Sahara #AD9324

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.29%

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

R = 48.6%
G = 41.29%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD9324 (or 0xAD9324) is known color: Sahara. HEX triplet: AD, 93 and 24. RGB value is (173,147,36). Sum of RGB (Red+Green+Blue) = 173+147+36=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9324 is #526CDB. Grayscale: #8E8E8E. Windows color (decimal): -5401820 or 2397101. OLE color: 2397101.

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

Color convert

RGB 173 147 36 -
CMYK 0 0.15 0.79 0.32
HSL 48.61º 0.66% 0.41% -
HSV(B) 48.61º 0.79% 0.68% -
XYZ 27.99 29.88 5.96 -
YUV 142.12 68.11 150.03 -
System Red Green Blue C M Y K H S L
Decimal 173 147 36 0 0.15 0.79 0.32 48.61 0.66 0.41
Hex AD 93 24 0 F 4F 20 31 42 29
Octal 255 223 44 0 17 117 40 61 102 51
Binary 10101101 10010011 100100 0 1111 1001111 100000 110001 1000010 101001

Color Harmonies of #AD9324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9324

Black with #AD9324

Text Example


Text Example

White with #AD9324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9324; }

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

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

background-color css

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

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

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

border-color css

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

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

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