Html Css Color HEX #AAA712 Lucky

📋 copy color: '#AAA712'

red 170 ◦ green 167 ◦ blue 18

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

Shades of Lucky #AAA712

Tints of Lucky #AAA712

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.04%

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

R = 47.89%
G = 47.04%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AAA712 (or 0xAAA712) is known color: Lucky. HEX triplet: AA, A7 and 12. RGB value is (170,167,18). Sum of RGB (Red+Green+Blue) = 170+167+18=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA712 is #5558ED. Grayscale: #979797. Windows color (decimal): -5593326 or 1222570. OLE color: 1222570.

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

Color convert

RGB 170 167 18 -
CMYK 0 0.02 0.89 0.33
HSL 58.82º 0.81% 0.37% -
HSV(B) 58.82º 0.89% 0.67% -
XYZ 30.51 36.23 5.96 -
YUV 150.91 52.99 141.62 -
System Red Green Blue C M Y K H S L
Decimal 170 167 18 0 0.02 0.89 0.33 58.82 0.81 0.37
Hex AA A7 12 0 2 59 21 3B 51 25
Octal 252 247 22 0 2 131 41 73 121 45
Binary 10101010 10100111 10010 0 10 1011001 100001 111011 1010001 100101

Color Harmonies of #AAA712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA712

Black with #AAA712

Text Example


Text Example

White with #AAA712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA712; }

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

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

background-color css

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

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

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

border-color css

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

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

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