Html Css Color HEX #AA9214 Lucky

📋 copy color: '#AA9214'

red 170 ◦ green 146 ◦ blue 20

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

Shades of Lucky #AA9214

Tints of Lucky #AA9214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.45%

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

R = 50.6%
G = 43.45%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA9214 (or 0xAA9214) is known color: Lucky. HEX triplet: AA, 92 and 14. RGB value is (170,146,20). Sum of RGB (Red+Green+Blue) = 170+146+20=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9214 is #556DEB. Grayscale: #8B8B8B. Windows color (decimal): -5598700 or 1348266. OLE color: 1348266.

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

Color convert

RGB 170 146 20 -
CMYK 0 0.14 0.88 0.33
HSL 50.4º 0.79% 0.37% -
HSV(B) 50.4º 0.88% 0.67% -
XYZ 26.98 29.15 4.87 -
YUV 138.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 170 146 20 0 0.14 0.88 0.33 50.4 0.79 0.37
Hex AA 92 14 0 E 58 21 32 4F 25
Octal 252 222 24 0 16 130 41 62 117 45
Binary 10101010 10010010 10100 0 1110 1011000 100001 110010 1001111 100101

Color Harmonies of #AA9214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9214

Black with #AA9214

Text Example


Text Example

White with #AA9214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9214; }

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

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

background-color css

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

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

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

border-color css

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

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

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