Html Css Color HEX #AD932C Sahara

📋 copy color: '#AD932C'

red 173 ◦ green 147 ◦ blue 44

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

Shades of Sahara #AD932C

Tints of Sahara #AD932C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.09%

R = 47.53%
G = 40.38%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD932C (or 0xAD932C) is known color: Sahara. HEX triplet: AD, 93 and 2C. RGB value is (173,147,44). Sum of RGB (Red+Green+Blue) = 173+147+44=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD932C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD932C is #526CD3. Grayscale: #8F8F8F. Windows color (decimal): -5401812 or 2921389. OLE color: 2921389.

HSL color Cylindrical-coordinate representation of color #AD932C: hue angle of 47.91º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD932C is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 147 44 -
CMYK 0 0.15 0.75 0.32
HSL 47.91º 0.59% 0.43% -
HSV(B) 47.91º 0.75% 0.68% -
XYZ 28.12 29.93 6.68 -
YUV 143.03 72.11 149.38 -
System Red Green Blue C M Y K H S L
Decimal 173 147 44 0 0.15 0.75 0.32 47.91 0.59 0.43
Hex AD 93 2C 0 F 4B 20 30 3B 2B
Octal 255 223 54 0 17 113 40 60 73 53
Binary 10101101 10010011 101100 0 1111 1001011 100000 110000 111011 101011

Color Harmonies of #AD932C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD932C

Black with #AD932C

Text Example


Text Example

White with #AD932C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD932C; }

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

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

background-color css

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

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

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

border-color css

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

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

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