Html Css Color HEX #AA9714 Lucky

📋 copy color: '#AA9714'

red 170 ◦ green 151 ◦ blue 20

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

Shades of Lucky #AA9714

Tints of Lucky #AA9714

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.28%

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

R = 49.85%
G = 44.28%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA9714 (or 0xAA9714) is known color: Lucky. HEX triplet: AA, 97 and 14. RGB value is (170,151,20). Sum of RGB (Red+Green+Blue) = 170+151+20=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9714 is #5568EB. Grayscale: #8E8E8E. Windows color (decimal): -5597420 or 1349546. OLE color: 1349546.

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

Color convert

RGB 170 151 20 -
CMYK 0 0.11 0.88 0.33
HSL 52.4º 0.79% 0.37% -
HSV(B) 52.4º 0.88% 0.67% -
XYZ 27.77 30.73 5.13 -
YUV 141.75 59.29 148.15 -
System Red Green Blue C M Y K H S L
Decimal 170 151 20 0 0.11 0.88 0.33 52.4 0.79 0.37
Hex AA 97 14 0 B 58 21 34 4F 25
Octal 252 227 24 0 13 130 41 64 117 45
Binary 10101010 10010111 10100 0 1011 1011000 100001 110100 1001111 100101

Color Harmonies of #AA9714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9714

Black with #AA9714

Text Example


Text Example

White with #AA9714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9714; }

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

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

background-color css

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

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

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

border-color css

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

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

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