Html Css Color HEX #AA9413 Lucky

📋 copy color: '#AA9413'

red 170 ◦ green 148 ◦ blue 19

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

Shades of Lucky #AA9413

Tints of Lucky #AA9413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.92%

 BLUE value IS 19 (7.81% from 255) = 5.64%

R = 50.45%
G = 43.92%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA9413 (or 0xAA9413) is known color: Lucky. HEX triplet: AA, 94 and 13. RGB value is (170,148,19). Sum of RGB (Red+Green+Blue) = 170+148+19=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9413 is #556BEC. Grayscale: #8C8C8C. Windows color (decimal): -5598189 or 1283242. OLE color: 1283242.

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

Color convert

RGB 170 148 19 -
CMYK 0 0.13 0.89 0.33
HSL 51.26º 0.8% 0.37% -
HSV(B) 51.26º 0.89% 0.67% -
XYZ 27.29 29.77 4.92 -
YUV 139.87 59.79 149.49 -
System Red Green Blue C M Y K H S L
Decimal 170 148 19 0 0.13 0.89 0.33 51.26 0.8 0.37
Hex AA 94 13 0 D 59 21 33 50 25
Octal 252 224 23 0 15 131 41 63 120 45
Binary 10101010 10010100 10011 0 1101 1011001 100001 110011 1010000 100101

Color Harmonies of #AA9413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9413

Black with #AA9413

Text Example


Text Example

White with #AA9413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9413; }

 p { color: rgb(170,148,19); }

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

background-color css

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

 a { background-color: rgb(170,148,19); }

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

border-color css

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

 span { border-color: rgb(170,148,19); }

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