Html Css Color HEX #AAA329 Lucky

📋 copy color: '#AAA329'

red 170 ◦ green 163 ◦ blue 41

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

Shades of Lucky #AAA329

Tints of Lucky #AAA329

RGB

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

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

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

R = 45.45%
G = 43.58%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AAA329 (or 0xAAA329) is known color: Lucky. HEX triplet: AA, A3 and 29. RGB value is (170,163,41). Sum of RGB (Red+Green+Blue) = 170+163+41=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 41 (16.41% from 255 or 10.96% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA329 is #555CD6. Grayscale: #979797. Windows color (decimal): -5594327 or 2728874. OLE color: 2728874.

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

Color convert

RGB 170 163 41 -
CMYK 0 0.04 0.76 0.33
HSL 56.74º 0.61% 0.41% -
HSV(B) 56.74º 0.76% 0.67% -
XYZ 30.08 34.9 7.25 -
YUV 151.19 65.82 141.42 -
System Red Green Blue C M Y K H S L
Decimal 170 163 41 0 0.04 0.76 0.33 56.74 0.61 0.41
Hex AA A3 29 0 4 4C 21 39 3D 29
Octal 252 243 51 0 4 114 41 71 75 51
Binary 10101010 10100011 101001 0 100 1001100 100001 111001 111101 101001

Color Harmonies of #AAA329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA329

Black with #AAA329

Text Example


Text Example

White with #AAA329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA329; }

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

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

background-color css

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

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

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

border-color css

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

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

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