Html Css Color HEX #AAA50F Lucky

📋 copy color: '#AAA50F'

red 170 ◦ green 165 ◦ blue 15

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

Shades of Lucky #AAA50F

Tints of Lucky #AAA50F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.14%

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

R = 48.57%
G = 47.14%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AAA50F (or 0xAAA50F) is known color: Lucky. HEX triplet: AA, A5 and 0F. RGB value is (170,165,15). Sum of RGB (Red+Green+Blue) = 170+165+15=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA50F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA50F is #555AF0. Grayscale: #969696. Windows color (decimal): -5593841 or 1025450. OLE color: 1025450.

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

Color convert

RGB 170 165 15 -
CMYK 0 0.03 0.91 0.33
HSL 58.06º 0.84% 0.36% -
HSV(B) 58.06º 0.91% 0.67% -
XYZ 30.12 35.49 5.71 -
YUV 149.4 52.16 142.7 -
System Red Green Blue C M Y K H S L
Decimal 170 165 15 0 0.03 0.91 0.33 58.06 0.84 0.36
Hex AA A5 F 0 3 5B 21 3A 54 24
Octal 252 245 17 0 3 133 41 72 124 44
Binary 10101010 10100101 1111 0 11 1011011 100001 111010 1010100 100100

Color Harmonies of #AAA50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA50F

Black with #AAA50F

Text Example


Text Example

White with #AAA50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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