Html Css Color HEX #AD982F Sahara

📋 copy color: '#AD982F'

red 173 ◦ green 152 ◦ blue 47

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

Shades of Sahara #AD982F

Tints of Sahara #AD982F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.86%

 BLUE value IS 47 (18.75% from 255) = 12.63%

R = 46.51%
G = 40.86%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD982F (or 0xAD982F) is known color: Sahara. HEX triplet: AD, 98 and 2F. RGB value is (173,152,47). Sum of RGB (Red+Green+Blue) = 173+152+47=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD982F is #5267D0. Grayscale: #929292. Windows color (decimal): -5400529 or 3119277. OLE color: 3119277.

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

Color convert

RGB 173 152 47 -
CMYK 0 0.12 0.73 0.32
HSL 50º 0.57% 0.43% -
HSV(B) 50º 0.73% 0.68% -
XYZ 28.97 31.55 7.25 -
YUV 146.31 71.96 147.04 -
System Red Green Blue C M Y K H S L
Decimal 173 152 47 0 0.12 0.73 0.32 50 0.57 0.43
Hex AD 98 2F 0 C 49 20 32 39 2B
Octal 255 230 57 0 14 111 40 62 71 53
Binary 10101101 10011000 101111 0 1100 1001001 100000 110010 111001 101011

Color Harmonies of #AD982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD982F

Black with #AD982F

Text Example


Text Example

White with #AD982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD982F; }

 p { color: rgb(173,152,47); }

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

background-color css

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

 a { background-color: rgb(173,152,47); }

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

border-color css

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

 span { border-color: rgb(173,152,47); }

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