Html Css Color HEX #AA9319 Lucky

📋 copy color: '#AA9319'

red 170 ◦ green 147 ◦ blue 25

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

Shades of Lucky #AA9319

Tints of Lucky #AA9319

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.98%

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

R = 49.71%
G = 42.98%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA9319 (or 0xAA9319) is known color: Lucky. HEX triplet: AA, 93 and 19. RGB value is (170,147,25). Sum of RGB (Red+Green+Blue) = 170+147+25=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9319 is #556CE6. Grayscale: #8C8C8C. Windows color (decimal): -5598439 or 1676202. OLE color: 1676202.

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

Color convert

RGB 170 147 25 -
CMYK 0 0.14 0.85 0.33
HSL 50.48º 0.74% 0.38% -
HSV(B) 50.48º 0.85% 0.67% -
XYZ 27.19 29.48 5.18 -
YUV 139.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 170 147 25 0 0.14 0.85 0.33 50.48 0.74 0.38
Hex AA 93 19 0 E 55 21 32 4A 26
Octal 252 223 31 0 16 125 41 62 112 46
Binary 10101010 10010011 11001 0 1110 1010101 100001 110010 1001010 100110

Color Harmonies of #AA9319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9319

Black with #AA9319

Text Example


Text Example

White with #AA9319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9319; }

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

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

background-color css

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

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

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

border-color css

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

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

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