Html Css Color HEX #AA9613 Lucky

📋 copy color: '#AA9613'

red 170 ◦ green 150 ◦ blue 19

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

Shades of Lucky #AA9613

Tints of Lucky #AA9613

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.25%

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

R = 50.15%
G = 44.25%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA9613 (or 0xAA9613) is known color: Lucky. HEX triplet: AA, 96 and 13. RGB value is (170,150,19). Sum of RGB (Red+Green+Blue) = 170+150+19=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9613 is #5569EC. Grayscale: #8D8D8D. Windows color (decimal): -5597677 or 1283754. OLE color: 1283754.

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

Color convert

RGB 170 150 19 -
CMYK 0 0.12 0.89 0.33
HSL 52.05º 0.8% 0.37% -
HSV(B) 52.05º 0.89% 0.67% -
XYZ 27.6 30.41 5.03 -
YUV 141.05 59.13 148.65 -
System Red Green Blue C M Y K H S L
Decimal 170 150 19 0 0.12 0.89 0.33 52.05 0.8 0.37
Hex AA 96 13 0 C 59 21 34 50 25
Octal 252 226 23 0 14 131 41 64 120 45
Binary 10101010 10010110 10011 0 1100 1011001 100001 110100 1010000 100101

Color Harmonies of #AA9613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9613

Black with #AA9613

Text Example


Text Example

White with #AA9613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9613; }

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

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

background-color css

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

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

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

border-color css

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

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

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