Html Css Color HEX #AD991A Lucky

📋 copy color: '#AD991A'

red 173 ◦ green 153 ◦ blue 26

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

Shades of Lucky #AD991A

Tints of Lucky #AD991A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.47%

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

R = 49.15%
G = 43.47%
B = 7.39%

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

#AD991A (or 0xAD991A) is known color: Lucky. HEX triplet: AD, 99 and 1A. RGB value is (173,153,26). Sum of RGB (Red+Green+Blue) = 173+153+26=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD991A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD991A is #5266E5. Grayscale: #919191. Windows color (decimal): -5400294 or 1743277. OLE color: 1743277.

HSL color Cylindrical-coordinate representation of color #AD991A: hue angle of 51.84º 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 #AD991A is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 153 26 -
CMYK 0 0.12 0.85 0.32
HSL 51.84º 0.74% 0.39% -
HSV(B) 51.84º 0.85% 0.68% -
XYZ 28.81 31.74 5.59 -
YUV 144.5 61.13 148.33 -
System Red Green Blue C M Y K H S L
Decimal 173 153 26 0 0.12 0.85 0.32 51.84 0.74 0.39
Hex AD 99 1A 0 C 55 20 34 4A 27
Octal 255 231 32 0 14 125 40 64 112 47
Binary 10101101 10011001 11010 0 1100 1010101 100000 110100 1001010 100111

Color Harmonies of #AD991A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD991A

Black with #AD991A

Text Example


Text Example

White with #AD991A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD991A; }

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

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

background-color css

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

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

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

border-color css

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

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

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