Html Css Color HEX #AA9700 Lucky

📋 copy color: '#AA9700'

red 170 ◦ green 151 ◦ blue 0

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

Shades of Lucky #AA9700

Tints of Lucky #AA9700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.96%
G = 47.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA9700 (or 0xAA9700) is known color: Lucky. HEX triplet: AA, 97 and 00. RGB value is (170,151,0). Sum of RGB (Red+Green+Blue) = 170+151+0=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9700 is #5568FF. Grayscale: #8C8C8C. Windows color (decimal): -5597440 or 38826. OLE color: 38826.

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

Color convert

RGB 170 151 0 -
CMYK 0 0.11 1 0.33
HSL 53.29º 1% 0.33% -
HSV(B) 53.29º 1% 0.67% -
XYZ 27.64 30.68 4.46 -
YUV 139.47 49.29 149.78 -
System Red Green Blue C M Y K H S L
Decimal 170 151 0 0 0.11 1 0.33 53.29 1 0.33
Hex AA 97 0 0 B 64 21 35 64 21
Octal 252 227 0 0 13 144 41 65 144 41
Binary 10101010 10010111 0 0 1011 1100100 100001 110101 1100100 100001

Color Harmonies of #AA9700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9700

Black with #AA9700

Text Example


Text Example

White with #AA9700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9700; }

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

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

background-color css

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

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

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

border-color css

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

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

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