Html Css Color HEX #AAA003 Lucky

📋 copy color: '#AAA003'

red 170 ◦ green 160 ◦ blue 3

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

Shades of Lucky #AAA003

Tints of Lucky #AAA003

RGB

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

 GREEN value IS 160 (62.89% from 255) = 48.05%

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 51.05%
G = 48.05%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AAA003 (or 0xAAA003) is known color: Lucky. HEX triplet: AA, A0 and 03. RGB value is (170,160,3). Sum of RGB (Red+Green+Blue) = 170+160+3=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA003 is #555FFC. Grayscale: #919191. Windows color (decimal): -5595133 or 237738. OLE color: 237738.

HSL color Cylindrical-coordinate representation of color #AAA003: hue angle of 56.41º degrees, saturation: 0.97, 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 #AAA003 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 160 3 -
CMYK 0 0.06 0.98 0.33
HSL 56.41º 0.97% 0.34% -
HSV(B) 56.41º 0.98% 0.67% -
XYZ 29.16 33.69 5.05 -
YUV 145.09 47.81 145.77 -
System Red Green Blue C M Y K H S L
Decimal 170 160 3 0 0.06 0.98 0.33 56.41 0.97 0.34
Hex AA A0 3 0 6 62 21 38 61 22
Octal 252 240 3 0 6 142 41 70 141 42
Binary 10101010 10100000 11 0 110 1100010 100001 111000 1100001 100010

Color Harmonies of #AAA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA003

Black with #AAA003

Text Example


Text Example

White with #AAA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA003; }

 p { color: rgb(170,160,3); }

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

background-color css

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

 a { background-color: rgb(170,160,3); }

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

border-color css

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

 span { border-color: rgb(170,160,3); }

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