Html Css Color HEX #AD981B Lucky

📋 copy color: '#AD981B'

red 173 ◦ green 152 ◦ blue 27

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

Shades of Lucky #AD981B

Tints of Lucky #AD981B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.67%

R = 49.15%
G = 43.18%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD981B (or 0xAD981B) is known color: Lucky. HEX triplet: AD, 98 and 1B. RGB value is (173,152,27). Sum of RGB (Red+Green+Blue) = 173+152+27=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD981B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD981B is #5267E4. Grayscale: #909090. Windows color (decimal): -5400549 or 1808557. OLE color: 1808557.

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

Color convert

RGB 173 152 27 -
CMYK 0 0.12 0.84 0.32
HSL 51.37º 0.73% 0.39% -
HSV(B) 51.37º 0.84% 0.68% -
XYZ 28.66 31.42 5.59 -
YUV 144.03 61.96 148.66 -
System Red Green Blue C M Y K H S L
Decimal 173 152 27 0 0.12 0.84 0.32 51.37 0.73 0.39
Hex AD 98 1B 0 C 54 20 33 49 27
Octal 255 230 33 0 14 124 40 63 111 47
Binary 10101101 10011000 11011 0 1100 1010100 100000 110011 1001001 100111

Color Harmonies of #AD981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD981B

Black with #AD981B

Text Example


Text Example

White with #AD981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD981B; }

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

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

background-color css

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

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

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

border-color css

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

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

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