Html Css Color HEX #AA9718 Lucky

📋 copy color: '#AA9718'

red 170 ◦ green 151 ◦ blue 24

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

Shades of Lucky #AA9718

Tints of Lucky #AA9718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.96%

R = 49.28%
G = 43.77%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA9718 (or 0xAA9718) is known color: Lucky. HEX triplet: AA, 97 and 18. RGB value is (170,151,24). Sum of RGB (Red+Green+Blue) = 170+151+24=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9718 is #5568E7. Grayscale: #8E8E8E. Windows color (decimal): -5597416 or 1611690. OLE color: 1611690.

HSL color Cylindrical-coordinate representation of color #AA9718: hue angle of 52.19º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA9718 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 151 24 -
CMYK 0 0.11 0.86 0.33
HSL 52.19º 0.75% 0.38% -
HSV(B) 52.19º 0.86% 0.67% -
XYZ 27.81 30.75 5.33 -
YUV 142.2 61.29 147.83 -
System Red Green Blue C M Y K H S L
Decimal 170 151 24 0 0.11 0.86 0.33 52.19 0.75 0.38
Hex AA 97 18 0 B 56 21 34 4B 26
Octal 252 227 30 0 13 126 41 64 113 46
Binary 10101010 10010111 11000 0 1011 1010110 100001 110100 1001011 100110

Color Harmonies of #AA9718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9718

Black with #AA9718

Text Example


Text Example

White with #AA9718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9718; }

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

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

background-color css

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

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

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

border-color css

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

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

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