Html Css Color HEX #AAA030 Lucky

📋 copy color: '#AAA030'

red 170 ◦ green 160 ◦ blue 48

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

Shades of Lucky #AAA030

Tints of Lucky #AAA030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.7%

R = 44.97%
G = 42.33%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AAA030 (or 0xAAA030) is known color: Lucky. HEX triplet: AA, A0 and 30. RGB value is (170,160,48). Sum of RGB (Red+Green+Blue) = 170+160+48=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA030 is #555FCF. Grayscale: #969696. Windows color (decimal): -5595088 or 3186858. OLE color: 3186858.

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

Color convert

RGB 170 160 48 -
CMYK 0 0.06 0.72 0.33
HSL 55.08º 0.56% 0.43% -
HSV(B) 55.08º 0.72% 0.67% -
XYZ 29.68 33.9 7.78 -
YUV 150.22 70.31 142.11 -
System Red Green Blue C M Y K H S L
Decimal 170 160 48 0 0.06 0.72 0.33 55.08 0.56 0.43
Hex AA A0 30 0 6 48 21 37 38 2B
Octal 252 240 60 0 6 110 41 67 70 53
Binary 10101010 10100000 110000 0 110 1001000 100001 110111 111000 101011

Color Harmonies of #AAA030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA030

Black with #AAA030

Text Example


Text Example

White with #AAA030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA030; }

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

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

background-color css

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

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

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

border-color css

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

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

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