Html Css Color HEX #AAA90F Lucky

📋 copy color: '#AAA90F'

red 170 ◦ green 169 ◦ blue 15

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

Shades of Lucky #AAA90F

Tints of Lucky #AAA90F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.74%

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

R = 48.02%
G = 47.74%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AAA90F (or 0xAAA90F) is known color: Lucky. HEX triplet: AA, A9 and 0F. RGB value is (170,169,15). Sum of RGB (Red+Green+Blue) = 170+169+15=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA90F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA90F is #5556F0. Grayscale: #989898. Windows color (decimal): -5592817 or 1026474. OLE color: 1026474.

HSL color Cylindrical-coordinate representation of color #AAA90F: hue angle of 59.61º 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 #AAA90F is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 169 15 -
CMYK 0 0.01 0.91 0.33
HSL 59.61º 0.84% 0.36% -
HSV(B) 59.61º 0.91% 0.67% -
XYZ 30.85 36.96 5.96 -
YUV 151.74 50.83 141.02 -
System Red Green Blue C M Y K H S L
Decimal 170 169 15 0 0.01 0.91 0.33 59.61 0.84 0.36
Hex AA A9 F 0 1 5B 21 3C 54 24
Octal 252 251 17 0 1 133 41 74 124 44
Binary 10101010 10101001 1111 0 1 1011011 100001 111100 1010100 100100

Color Harmonies of #AAA90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA90F

Black with #AAA90F

Text Example


Text Example

White with #AAA90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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