Html Css Color HEX #AD9327 Sahara

📋 copy color: '#AD9327'

red 173 ◦ green 147 ◦ blue 39

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

Shades of Sahara #AD9327

Tints of Sahara #AD9327

RGB

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

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

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

R = 48.19%
G = 40.95%
B = 10.86%

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

#AD9327 (or 0xAD9327) is known color: Sahara. HEX triplet: AD, 93 and 27. RGB value is (173,147,39). Sum of RGB (Red+Green+Blue) = 173+147+39=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9327 is #526CD8. Grayscale: #8E8E8E. Windows color (decimal): -5401817 or 2593709. OLE color: 2593709.

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

Color convert

RGB 173 147 39 -
CMYK 0 0.15 0.77 0.32
HSL 48.36º 0.63% 0.42% -
HSV(B) 48.36º 0.77% 0.68% -
XYZ 28.03 29.9 6.21 -
YUV 142.46 69.61 149.78 -
System Red Green Blue C M Y K H S L
Decimal 173 147 39 0 0.15 0.77 0.32 48.36 0.63 0.42
Hex AD 93 27 0 F 4D 20 30 3F 2A
Octal 255 223 47 0 17 115 40 60 77 52
Binary 10101101 10010011 100111 0 1111 1001101 100000 110000 111111 101010

Color Harmonies of #AD9327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9327

Black with #AD9327

Text Example


Text Example

White with #AD9327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9327; }

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

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

background-color css

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

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

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

border-color css

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

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

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