Html Css Color HEX #AAA028 Lucky

📋 copy color: '#AAA028'

red 170 ◦ green 160 ◦ blue 40

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

Shades of Lucky #AAA028

Tints of Lucky #AAA028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.81%

R = 45.95%
G = 43.24%
B = 10.81%

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

#AAA028 (or 0xAAA028) is known color: Lucky. HEX triplet: AA, A0 and 28. RGB value is (170,160,40). Sum of RGB (Red+Green+Blue) = 170+160+40=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA028 is #555FD7. Grayscale: #959595. Windows color (decimal): -5595096 or 2662570. OLE color: 2662570.

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

Color convert

RGB 170 160 40 -
CMYK 0 0.06 0.76 0.33
HSL 55.38º 0.62% 0.41% -
HSV(B) 55.38º 0.76% 0.67% -
XYZ 29.53 33.84 6.98 -
YUV 149.31 66.31 142.76 -
System Red Green Blue C M Y K H S L
Decimal 170 160 40 0 0.06 0.76 0.33 55.38 0.62 0.41
Hex AA A0 28 0 6 4C 21 37 3E 29
Octal 252 240 50 0 6 114 41 67 76 51
Binary 10101010 10100000 101000 0 110 1001100 100001 110111 111110 101001

Color Harmonies of #AAA028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA028

Black with #AAA028

Text Example


Text Example

White with #AAA028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA028; }

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

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

background-color css

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

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

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

border-color css

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

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

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