Html Css Color HEX #AD9B32 Sahara

📋 copy color: '#AD9B32'

red 173 ◦ green 155 ◦ blue 50

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

Shades of Sahara #AD9B32

Tints of Sahara #AD9B32

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.01%

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

R = 45.77%
G = 41.01%
B = 13.23%

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

#AD9B32 (or 0xAD9B32) is known color: Sahara. HEX triplet: AD, 9B and 32. RGB value is (173,155,50). Sum of RGB (Red+Green+Blue) = 173+155+50=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9B32 is #5264CD. Grayscale: #949494. Windows color (decimal): -5399758 or 3316653. OLE color: 3316653.

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

Color convert

RGB 173 155 50 -
CMYK 0 0.10 0.71 0.32
HSL 51.22º 0.55% 0.44% -
HSV(B) 51.22º 0.71% 0.68% -
XYZ 29.53 32.56 7.75 -
YUV 148.41 72.46 145.54 -
System Red Green Blue C M Y K H S L
Decimal 173 155 50 0 0.10 0.71 0.32 51.22 0.55 0.44
Hex AD 9B 32 0 A 47 20 33 37 2C
Octal 255 233 62 0 12 107 40 63 67 54
Binary 10101101 10011011 110010 0 1010 1000111 100000 110011 110111 101100

Color Harmonies of #AD9B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9B32

Black with #AD9B32

Text Example


Text Example

White with #AD9B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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