Html Css Color HEX #AD9C32 Sahara

📋 copy color: '#AD9C32'

red 173 ◦ green 156 ◦ blue 50

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

Shades of Sahara #AD9C32

Tints of Sahara #AD9C32

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.16%

 BLUE value IS 50 (19.92% from 255) = 13.19%

R = 45.65%
G = 41.16%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD9C32 (or 0xAD9C32) is known color: Sahara. HEX triplet: AD, 9C and 32. RGB value is (173,156,50). Sum of RGB (Red+Green+Blue) = 173+156+50=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9C32 is #5263CD. Grayscale: #959595. Windows color (decimal): -5399502 or 3316909. OLE color: 3316909.

HSL color Cylindrical-coordinate representation of color #AD9C32: hue angle of 51.71º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD9C32 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 156 50 -
CMYK 0 0.10 0.71 0.32
HSL 51.71º 0.55% 0.44% -
HSV(B) 51.71º 0.71% 0.68% -
XYZ 29.7 32.89 7.8 -
YUV 149 72.13 145.12 -
System Red Green Blue C M Y K H S L
Decimal 173 156 50 0 0.10 0.71 0.32 51.71 0.55 0.44
Hex AD 9C 32 0 A 47 20 34 37 2C
Octal 255 234 62 0 12 107 40 64 67 54
Binary 10101101 10011100 110010 0 1010 1000111 100000 110100 110111 101100

Color Harmonies of #AD9C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C32

Black with #AD9C32

Text Example


Text Example

White with #AD9C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C32; }

 p { color: rgb(173,156,50); }

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

background-color css

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

 a { background-color: rgb(173,156,50); }

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

border-color css

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

 span { border-color: rgb(173,156,50); }

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