Html Css Color HEX #AAA61C Lucky

📋 copy color: '#AAA61C'

red 170 ◦ green 166 ◦ blue 28

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

Shades of Lucky #AAA61C

Tints of Lucky #AAA61C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.6%

 BLUE value IS 28 (11.33% from 255) = 7.69%

R = 46.7%
G = 45.6%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AAA61C (or 0xAAA61C) is known color: Lucky. HEX triplet: AA, A6 and 1C. RGB value is (170,166,28). Sum of RGB (Red+Green+Blue) = 170+166+28=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 166 (65.23% from 255 or 45.60% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA61C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA61C is #5559E3. Grayscale: #989898. Windows color (decimal): -5593572 or 1877674. OLE color: 1877674.

HSL color Cylindrical-coordinate representation of color #AAA61C: hue angle of 58.31º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAA61C is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 166 28 -
CMYK 0 0.02 0.84 0.33
HSL 58.31º 0.72% 0.39% -
HSV(B) 58.31º 0.84% 0.67% -
XYZ 30.42 35.9 6.42 -
YUV 151.46 58.33 141.22 -
System Red Green Blue C M Y K H S L
Decimal 170 166 28 0 0.02 0.84 0.33 58.31 0.72 0.39
Hex AA A6 1C 0 2 54 21 3A 48 27
Octal 252 246 34 0 2 124 41 72 110 47
Binary 10101010 10100110 11100 0 10 1010100 100001 111010 1001000 100111

Color Harmonies of #AAA61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA61C

Black with #AAA61C

Text Example


Text Example

White with #AAA61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA61C; }

 p { color: rgb(170,166,28); }

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

background-color css

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

 a { background-color: rgb(170,166,28); }

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

border-color css

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

 span { border-color: rgb(170,166,28); }

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