Html Css Color HEX #AAA512 Lucky

📋 copy color: '#AAA512'

red 170 ◦ green 165 ◦ blue 18

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

Shades of Lucky #AAA512

Tints of Lucky #AAA512

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.74%

 BLUE value IS 18 (7.42% from 255) = 5.1%

R = 48.16%
G = 46.74%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AAA512 (or 0xAAA512) is known color: Lucky. HEX triplet: AA, A5 and 12. RGB value is (170,165,18). Sum of RGB (Red+Green+Blue) = 170+165+18=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA512 is #555AED. Grayscale: #969696. Windows color (decimal): -5593838 or 1222058. OLE color: 1222058.

HSL color Cylindrical-coordinate representation of color #AAA512: hue angle of 58.03º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAA512 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 165 18 -
CMYK 0 0.03 0.89 0.33
HSL 58.03º 0.81% 0.37% -
HSV(B) 58.03º 0.89% 0.67% -
XYZ 30.14 35.5 5.84 -
YUV 149.74 53.66 142.45 -
System Red Green Blue C M Y K H S L
Decimal 170 165 18 0 0.03 0.89 0.33 58.03 0.81 0.37
Hex AA A5 12 0 3 59 21 3A 51 25
Octal 252 245 22 0 3 131 41 72 121 45
Binary 10101010 10100101 10010 0 11 1011001 100001 111010 1010001 100101

Color Harmonies of #AAA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA512

Black with #AAA512

Text Example


Text Example

White with #AAA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA512; }

 p { color: rgb(170,165,18); }

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

background-color css

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

 a { background-color: rgb(170,165,18); }

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

border-color css

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

 span { border-color: rgb(170,165,18); }

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