Html Css Color HEX #AD9328 Sahara

📋 copy color: '#AD9328'

red 173 ◦ green 147 ◦ blue 40

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

Shades of Sahara #AD9328

Tints of Sahara #AD9328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 48.06%
G = 40.83%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD9328 (or 0xAD9328) is known color: Sahara. HEX triplet: AD, 93 and 28. RGB value is (173,147,40). Sum of RGB (Red+Green+Blue) = 173+147+40=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9328 is #526CD7. Grayscale: #8F8F8F. Windows color (decimal): -5401816 or 2659245. OLE color: 2659245.

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

Color convert

RGB 173 147 40 -
CMYK 0 0.15 0.77 0.32
HSL 48.27º 0.62% 0.42% -
HSV(B) 48.27º 0.77% 0.68% -
XYZ 28.05 29.9 6.3 -
YUV 142.58 70.11 149.7 -
System Red Green Blue C M Y K H S L
Decimal 173 147 40 0 0.15 0.77 0.32 48.27 0.62 0.42
Hex AD 93 28 0 F 4D 20 30 3E 2A
Octal 255 223 50 0 17 115 40 60 76 52
Binary 10101101 10010011 101000 0 1111 1001101 100000 110000 111110 101010

Color Harmonies of #AD9328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9328

Black with #AD9328

Text Example


Text Example

White with #AD9328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9328; }

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

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

background-color css

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

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

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

border-color css

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

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

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