Html Css Color HEX #AAA029 Lucky

📋 copy color: '#AAA029'

red 170 ◦ green 160 ◦ blue 41

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

Shades of Lucky #AAA029

Tints of Lucky #AAA029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.05%

R = 45.82%
G = 43.13%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AAA029 (or 0xAAA029) is known color: Lucky. HEX triplet: AA, A0 and 29. RGB value is (170,160,41). Sum of RGB (Red+Green+Blue) = 170+160+41=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA029 is #555FD6. Grayscale: #959595. Windows color (decimal): -5595095 or 2728106. OLE color: 2728106.

HSL color Cylindrical-coordinate representation of color #AAA029: hue angle of 55.35º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAA029 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 160 41 -
CMYK 0 0.06 0.76 0.33
HSL 55.35º 0.61% 0.41% -
HSV(B) 55.35º 0.76% 0.67% -
XYZ 29.55 33.85 7.07 -
YUV 149.42 66.81 142.68 -
System Red Green Blue C M Y K H S L
Decimal 170 160 41 0 0.06 0.76 0.33 55.35 0.61 0.41
Hex AA A0 29 0 6 4C 21 37 3D 29
Octal 252 240 51 0 6 114 41 67 75 51
Binary 10101010 10100000 101001 0 110 1001100 100001 110111 111101 101001

Color Harmonies of #AAA029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA029

Black with #AAA029

Text Example


Text Example

White with #AAA029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA029; }

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

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

background-color css

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

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

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

border-color css

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

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

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