Html Css Color HEX #AAA316 Lucky

📋 copy color: '#AAA316'

red 170 ◦ green 163 ◦ blue 22

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

Shades of Lucky #AAA316

Tints of Lucky #AAA316

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.92%

 BLUE value IS 22 (8.98% from 255) = 6.2%

R = 47.89%
G = 45.92%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AAA316 (or 0xAAA316) is known color: Lucky. HEX triplet: AA, A3 and 16. RGB value is (170,163,22). Sum of RGB (Red+Green+Blue) = 170+163+22=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA316 is #555CE9. Grayscale: #959595. Windows color (decimal): -5594346 or 1483690. OLE color: 1483690.

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

Color convert

RGB 170 163 22 -
CMYK 0 0.04 0.87 0.33
HSL 57.16º 0.77% 0.38% -
HSV(B) 57.16º 0.87% 0.67% -
XYZ 29.82 34.8 5.9 -
YUV 149.02 56.32 142.96 -
System Red Green Blue C M Y K H S L
Decimal 170 163 22 0 0.04 0.87 0.33 57.16 0.77 0.38
Hex AA A3 16 0 4 57 21 39 4D 26
Octal 252 243 26 0 4 127 41 71 115 46
Binary 10101010 10100011 10110 0 100 1010111 100001 111001 1001101 100110

Color Harmonies of #AAA316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA316

Black with #AAA316

Text Example


Text Example

White with #AAA316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA316; }

 p { color: rgb(170,163,22); }

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

background-color css

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

 a { background-color: rgb(170,163,22); }

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

border-color css

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

 span { border-color: rgb(170,163,22); }

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