Html Css Color HEX #AA9614 Lucky

📋 copy color: '#AA9614'

red 170 ◦ green 150 ◦ blue 20

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

Shades of Lucky #AA9614

Tints of Lucky #AA9614

RGB

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

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

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

R = 50%
G = 44.12%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA9614 (or 0xAA9614) is known color: Lucky. HEX triplet: AA, 96 and 14. RGB value is (170,150,20). Sum of RGB (Red+Green+Blue) = 170+150+20=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9614 is #5569EB. Grayscale: #8D8D8D. Windows color (decimal): -5597676 or 1349290. OLE color: 1349290.

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

Color convert

RGB 170 150 20 -
CMYK 0 0.12 0.88 0.33
HSL 52º 0.79% 0.37% -
HSV(B) 52º 0.88% 0.67% -
XYZ 27.61 30.41 5.08 -
YUV 141.16 59.63 148.57 -
System Red Green Blue C M Y K H S L
Decimal 170 150 20 0 0.12 0.88 0.33 52 0.79 0.37
Hex AA 96 14 0 C 58 21 34 4F 25
Octal 252 226 24 0 14 130 41 64 117 45
Binary 10101010 10010110 10100 0 1100 1011000 100001 110100 1001111 100101

Color Harmonies of #AA9614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9614

Black with #AA9614

Text Example


Text Example

White with #AA9614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9614; }

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

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

background-color css

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

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

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

border-color css

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

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

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