Html Css Color HEX #AAA025 Lucky

📋 copy color: '#AAA025'

red 170 ◦ green 160 ◦ blue 37

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

Shades of Lucky #AAA025

Tints of Lucky #AAA025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.08%

R = 46.32%
G = 43.6%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AAA025 (or 0xAAA025) is known color: Lucky. HEX triplet: AA, A0 and 25. RGB value is (170,160,37). Sum of RGB (Red+Green+Blue) = 170+160+37=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA025 is #555FDA. Grayscale: #959595. Windows color (decimal): -5595099 or 2465962. OLE color: 2465962.

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

Color convert

RGB 170 160 37 -
CMYK 0 0.06 0.78 0.33
HSL 55.49º 0.64% 0.41% -
HSV(B) 55.49º 0.78% 0.67% -
XYZ 29.48 33.82 6.72 -
YUV 148.97 64.81 143 -
System Red Green Blue C M Y K H S L
Decimal 170 160 37 0 0.06 0.78 0.33 55.49 0.64 0.41
Hex AA A0 25 0 6 4E 21 37 40 29
Octal 252 240 45 0 6 116 41 67 100 51
Binary 10101010 10100000 100101 0 110 1001110 100001 110111 1000000 101001

Color Harmonies of #AAA025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA025

Black with #AAA025

Text Example


Text Example

White with #AAA025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA025; }

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

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

background-color css

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

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

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

border-color css

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

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

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