Html Css Color HEX #AAA304 Lucky

📋 copy color: '#AAA304'

red 170 ◦ green 163 ◦ blue 4

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

Shades of Lucky #AAA304

Tints of Lucky #AAA304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 50.45%
G = 48.37%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AAA304 (or 0xAAA304) is known color: Lucky. HEX triplet: AA, A3 and 04. RGB value is (170,163,4). Sum of RGB (Red+Green+Blue) = 170+163+4=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA304 is #555CFB. Grayscale: #939393. Windows color (decimal): -5594364 or 304042. OLE color: 304042.

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

Color convert

RGB 170 163 4 -
CMYK 0 0.04 0.98 0.33
HSL 57.47º 0.95% 0.34% -
HSV(B) 57.47º 0.98% 0.67% -
XYZ 29.7 34.75 5.26 -
YUV 146.97 47.32 144.43 -
System Red Green Blue C M Y K H S L
Decimal 170 163 4 0 0.04 0.98 0.33 57.47 0.95 0.34
Hex AA A3 4 0 4 62 21 39 5F 22
Octal 252 243 4 0 4 142 41 71 137 42
Binary 10101010 10100011 100 0 100 1100010 100001 111001 1011111 100010

Color Harmonies of #AAA304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA304

Black with #AAA304

Text Example


Text Example

White with #AAA304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA304; }

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

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

background-color css

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

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

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

border-color css

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

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

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