Html Css Color HEX #AAA00C Lucky

📋 copy color: '#AAA00C'

red 170 ◦ green 160 ◦ blue 12

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

Shades of Lucky #AAA00C

Tints of Lucky #AAA00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.51%

R = 49.71%
G = 46.78%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AAA00C (or 0xAAA00C) is known color: Lucky. HEX triplet: AA, A0 and 0C. RGB value is (170,160,12). Sum of RGB (Red+Green+Blue) = 170+160+12=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA00C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA00C is #555FF3. Grayscale: #929292. Windows color (decimal): -5595124 or 827562. OLE color: 827562.

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

Color convert

RGB 170 160 12 -
CMYK 0 0.06 0.93 0.33
HSL 56.2º 0.87% 0.36% -
HSV(B) 56.2º 0.93% 0.67% -
XYZ 29.21 33.71 5.32 -
YUV 146.12 52.31 145.03 -
System Red Green Blue C M Y K H S L
Decimal 170 160 12 0 0.06 0.93 0.33 56.2 0.87 0.36
Hex AA A0 C 0 6 5D 21 38 57 24
Octal 252 240 14 0 6 135 41 70 127 44
Binary 10101010 10100000 1100 0 110 1011101 100001 111000 1010111 100100

Color Harmonies of #AAA00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA00C

Black with #AAA00C

Text Example


Text Example

White with #AAA00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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