Html Css Color HEX #AAA40F Lucky

📋 copy color: '#AAA40F'

red 170 ◦ green 164 ◦ blue 15

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

Shades of Lucky #AAA40F

Tints of Lucky #AAA40F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.99%

 BLUE value IS 15 (6.25% from 255) = 4.3%

R = 48.71%
G = 46.99%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AAA40F (or 0xAAA40F) is known color: Lucky. HEX triplet: AA, A4 and 0F. RGB value is (170,164,15). Sum of RGB (Red+Green+Blue) = 170+164+15=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 164 (64.45% from 255 or 46.99% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA40F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA40F is #555BF0. Grayscale: #959595. Windows color (decimal): -5594097 or 1025194. OLE color: 1025194.

HSL color Cylindrical-coordinate representation of color #AAA40F: hue angle of 57.68º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAA40F is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 164 15 -
CMYK 0 0.04 0.91 0.33
HSL 57.68º 0.84% 0.36% -
HSV(B) 57.68º 0.91% 0.67% -
XYZ 29.94 35.13 5.66 -
YUV 148.81 52.49 143.12 -
System Red Green Blue C M Y K H S L
Decimal 170 164 15 0 0.04 0.91 0.33 57.68 0.84 0.36
Hex AA A4 F 0 4 5B 21 3A 54 24
Octal 252 244 17 0 4 133 41 72 124 44
Binary 10101010 10100100 1111 0 100 1011011 100001 111010 1010100 100100

Color Harmonies of #AAA40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA40F

Black with #AAA40F

Text Example


Text Example

White with #AAA40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA40F; }

 p { color: rgb(170,164,15); }

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

background-color css

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

 a { background-color: rgb(170,164,15); }

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

border-color css

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

 span { border-color: rgb(170,164,15); }

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