Html Css Color HEX #AAA312 Lucky

📋 copy color: '#AAA312'

red 170 ◦ green 163 ◦ blue 18

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

Shades of Lucky #AAA312

Tints of Lucky #AAA312

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.44%

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

R = 48.43%
G = 46.44%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AAA312 (or 0xAAA312) is known color: Lucky. HEX triplet: AA, A3 and 12. RGB value is (170,163,18). Sum of RGB (Red+Green+Blue) = 170+163+18=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA312 is #555CED. Grayscale: #959595. Windows color (decimal): -5594350 or 1221546. OLE color: 1221546.

HSL color Cylindrical-coordinate representation of color #AAA312: hue angle of 57.24º 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 #AAA312 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 163 18 -
CMYK 0 0.04 0.89 0.33
HSL 57.24º 0.81% 0.37% -
HSV(B) 57.24º 0.89% 0.67% -
XYZ 29.78 34.78 5.72 -
YUV 148.56 54.32 143.29 -
System Red Green Blue C M Y K H S L
Decimal 170 163 18 0 0.04 0.89 0.33 57.24 0.81 0.37
Hex AA A3 12 0 4 59 21 39 51 25
Octal 252 243 22 0 4 131 41 71 121 45
Binary 10101010 10100011 10010 0 100 1011001 100001 111001 1010001 100101

Color Harmonies of #AAA312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA312

Black with #AAA312

Text Example


Text Example

White with #AAA312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA312; }

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

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

background-color css

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

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

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

border-color css

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

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

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