Html Css Color HEX #AA9014 Lucky

📋 copy color: '#AA9014'

red 170 ◦ green 144 ◦ blue 20

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

Shades of Lucky #AA9014

Tints of Lucky #AA9014

RGB

 RED value IS 170 (66.8% from 255) = 50.9%

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

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

R = 50.9%
G = 43.11%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA9014 (or 0xAA9014) is known color: Lucky. HEX triplet: AA, 90 and 14. RGB value is (170,144,20). Sum of RGB (Red+Green+Blue) = 170+144+20=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9014 is #556FEB. Grayscale: #8A8A8A. Windows color (decimal): -5599212 or 1347754. OLE color: 1347754.

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

Color convert

RGB 170 144 20 -
CMYK 0 0.15 0.88 0.33
HSL 49.6º 0.79% 0.37% -
HSV(B) 49.6º 0.88% 0.67% -
XYZ 26.68 28.54 4.77 -
YUV 137.64 61.61 151.08 -
System Red Green Blue C M Y K H S L
Decimal 170 144 20 0 0.15 0.88 0.33 49.6 0.79 0.37
Hex AA 90 14 0 F 58 21 32 4F 25
Octal 252 220 24 0 17 130 41 62 117 45
Binary 10101010 10010000 10100 0 1111 1011000 100001 110010 1001111 100101

Color Harmonies of #AA9014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9014

Black with #AA9014

Text Example


Text Example

White with #AA9014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9014; }

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

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

background-color css

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

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

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

border-color css

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

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

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