Html Css Color HEX #AD981A Lucky

📋 copy color: '#AD981A'

red 173 ◦ green 152 ◦ blue 26

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

Shades of Lucky #AD981A

Tints of Lucky #AD981A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.41%

R = 49.29%
G = 43.3%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD981A (or 0xAD981A) is known color: Lucky. HEX triplet: AD, 98 and 1A. RGB value is (173,152,26). Sum of RGB (Red+Green+Blue) = 173+152+26=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD981A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD981A is #5267E5. Grayscale: #909090. Windows color (decimal): -5400550 or 1743021. OLE color: 1743021.

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

Color convert

RGB 173 152 26 -
CMYK 0 0.12 0.85 0.32
HSL 51.43º 0.74% 0.39% -
HSV(B) 51.43º 0.85% 0.68% -
XYZ 28.65 31.42 5.53 -
YUV 143.92 61.46 148.75 -
System Red Green Blue C M Y K H S L
Decimal 173 152 26 0 0.12 0.85 0.32 51.43 0.74 0.39
Hex AD 98 1A 0 C 55 20 33 4A 27
Octal 255 230 32 0 14 125 40 63 112 47
Binary 10101101 10011000 11010 0 1100 1010101 100000 110011 1001010 100111

Color Harmonies of #AD981A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD981A

Black with #AD981A

Text Example


Text Example

White with #AD981A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD981A; }

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

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

background-color css

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

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

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

border-color css

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

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

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