Html Css Color HEX #AA9A14 Lucky

📋 copy color: '#AA9A14'

red 170 ◦ green 154 ◦ blue 20

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

Shades of Lucky #AA9A14

Tints of Lucky #AA9A14

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.77%

 BLUE value IS 20 (8.2% from 255) = 5.81%

R = 49.42%
G = 44.77%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA9A14 (or 0xAA9A14) is known color: Lucky. HEX triplet: AA, 9A and 14. RGB value is (170,154,20). Sum of RGB (Red+Green+Blue) = 170+154+20=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A14 is #5565EB. Grayscale: #909090. Windows color (decimal): -5596652 or 1350314. OLE color: 1350314.

HSL color Cylindrical-coordinate representation of color #AA9A14: hue angle of 53.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA9A14 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 154 20 -
CMYK 0 0.09 0.88 0.33
HSL 53.6º 0.79% 0.37% -
HSV(B) 53.6º 0.88% 0.67% -
XYZ 28.26 31.71 5.29 -
YUV 143.51 58.3 146.9 -
System Red Green Blue C M Y K H S L
Decimal 170 154 20 0 0.09 0.88 0.33 53.6 0.79 0.37
Hex AA 9A 14 0 9 58 21 36 4F 25
Octal 252 232 24 0 11 130 41 66 117 45
Binary 10101010 10011010 10100 0 1001 1011000 100001 110110 1001111 100101

Color Harmonies of #AA9A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A14

Black with #AA9A14

Text Example


Text Example

White with #AA9A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A14; }

 p { color: rgb(170,154,20); }

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

background-color css

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

 a { background-color: rgb(170,154,20); }

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

border-color css

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

 span { border-color: rgb(170,154,20); }

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