Html Css Color HEX #AD981F Lucky

📋 copy color: '#AD981F'

red 173 ◦ green 152 ◦ blue 31

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

Shades of Lucky #AD981F

Tints of Lucky #AD981F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.71%

R = 48.6%
G = 42.7%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD981F (or 0xAD981F) is known color: Lucky. HEX triplet: AD, 98 and 1F. RGB value is (173,152,31). Sum of RGB (Red+Green+Blue) = 173+152+31=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD981F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD981F is #5267E0. Grayscale: #909090. Windows color (decimal): -5400545 or 2070701. OLE color: 2070701.

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

Color convert

RGB 173 152 31 -
CMYK 0 0.12 0.82 0.32
HSL 51.13º 0.7% 0.4% -
HSV(B) 51.13º 0.82% 0.68% -
XYZ 28.71 31.44 5.85 -
YUV 144.49 63.96 148.34 -
System Red Green Blue C M Y K H S L
Decimal 173 152 31 0 0.12 0.82 0.32 51.13 0.7 0.4
Hex AD 98 1F 0 C 52 20 33 46 28
Octal 255 230 37 0 14 122 40 63 106 50
Binary 10101101 10011000 11111 0 1100 1010010 100000 110011 1000110 101000

Color Harmonies of #AD981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD981F

Black with #AD981F

Text Example


Text Example

White with #AD981F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD981F; }

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

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

background-color css

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

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

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

border-color css

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

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

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