Html Css Color HEX #AAA319 Lucky

📋 copy color: '#AAA319'

red 170 ◦ green 163 ◦ blue 25

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

Shades of Lucky #AAA319

Tints of Lucky #AAA319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.98%

R = 47.49%
G = 45.53%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AAA319 (or 0xAAA319) is known color: Lucky. HEX triplet: AA, A3 and 19. RGB value is (170,163,25). Sum of RGB (Red+Green+Blue) = 170+163+25=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA319 is #555CE6. Grayscale: #959595. Windows color (decimal): -5594343 or 1680298. OLE color: 1680298.

HSL color Cylindrical-coordinate representation of color #AAA319: hue angle of 57.1º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAA319 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 163 25 -
CMYK 0 0.04 0.85 0.33
HSL 57.1º 0.74% 0.38% -
HSV(B) 57.1º 0.85% 0.67% -
XYZ 29.85 34.81 6.07 -
YUV 149.36 57.82 142.72 -
System Red Green Blue C M Y K H S L
Decimal 170 163 25 0 0.04 0.85 0.33 57.1 0.74 0.38
Hex AA A3 19 0 4 55 21 39 4A 26
Octal 252 243 31 0 4 125 41 71 112 46
Binary 10101010 10100011 11001 0 100 1010101 100001 111001 1001010 100110

Color Harmonies of #AAA319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA319

Black with #AAA319

Text Example


Text Example

White with #AAA319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA319; }

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

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

background-color css

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

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

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

border-color css

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

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

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