Html Css Color HEX #A99014 Lucky

📋 copy color: '#A99014'

red 169 ◦ green 144 ◦ blue 20

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

Shades of Lucky #A99014

Tints of Lucky #A99014

RGB

 RED value IS 169 (66.41% from 255) = 50.75%

 GREEN value IS 144 (56.64% from 255) = 43.24%

 BLUE value IS 20 (8.2% from 255) = 6.01%

R = 50.75%
G = 43.24%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A99014 (or 0xA99014) is known color: Lucky. HEX triplet: A9, 90 and 14. RGB value is (169,144,20). Sum of RGB (Red+Green+Blue) = 169+144+20=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A99014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99014 is #566FEB. Grayscale: #898989. Windows color (decimal): -5664748 or 1347753. OLE color: 1347753.

HSL color Cylindrical-coordinate representation of color #A99014: hue angle of 49.93º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A99014 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 144 20 -
CMYK 0 0.15 0.88 0.34
HSL 49.93º 0.79% 0.37% -
HSV(B) 49.93º 0.88% 0.66% -
XYZ 26.46 28.43 4.76 -
YUV 137.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 169 144 20 0 0.15 0.88 0.34 49.93 0.79 0.37
Hex A9 90 14 0 F 58 22 32 4F 25
Octal 251 220 24 0 17 130 42 62 117 45
Binary 10101001 10010000 10100 0 1111 1011000 100010 110010 1001111 100101

Color Harmonies of #A99014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99014

Black with #A99014

Text Example


Text Example

White with #A99014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99014; }

 p { color: rgb(169,144,20); }

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

background-color css

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

 a { background-color: rgb(169,144,20); }

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

border-color css

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

 span { border-color: rgb(169,144,20); }

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