Html Css Color HEX #AA9707 Lucky

📋 copy color: '#AA9707'

red 170 ◦ green 151 ◦ blue 7

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

Shades of Lucky #AA9707

Tints of Lucky #AA9707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.13%

R = 51.83%
G = 46.04%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA9707 (or 0xAA9707) is known color: Lucky. HEX triplet: AA, 97 and 07. RGB value is (170,151,7). Sum of RGB (Red+Green+Blue) = 170+151+7=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9707 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9707 is #5568F8. Grayscale: #8C8C8C. Windows color (decimal): -5597433 or 497578. OLE color: 497578.

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

Color convert

RGB 170 151 7 -
CMYK 0 0.11 0.96 0.33
HSL 53.01º 0.92% 0.35% -
HSV(B) 53.01º 0.96% 0.67% -
XYZ 27.68 30.69 4.67 -
YUV 140.27 52.79 149.21 -
System Red Green Blue C M Y K H S L
Decimal 170 151 7 0 0.11 0.96 0.33 53.01 0.92 0.35
Hex AA 97 7 0 B 60 21 35 5C 23
Octal 252 227 7 0 13 140 41 65 134 43
Binary 10101010 10010111 111 0 1011 1100000 100001 110101 1011100 100011

Color Harmonies of #AA9707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9707

Black with #AA9707

Text Example


Text Example

White with #AA9707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9707; }

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

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

background-color css

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

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

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

border-color css

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

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

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