Html Css Color HEX #AA9710 Lucky

📋 copy color: '#AA9710'

red 170 ◦ green 151 ◦ blue 16

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

Shades of Lucky #AA9710

Tints of Lucky #AA9710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.75%

R = 50.45%
G = 44.81%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA9710 (or 0xAA9710) is known color: Lucky. HEX triplet: AA, 97 and 10. RGB value is (170,151,16). Sum of RGB (Red+Green+Blue) = 170+151+16=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9710 is #5568EF. Grayscale: #8D8D8D. Windows color (decimal): -5597424 or 1087402. OLE color: 1087402.

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

Color convert

RGB 170 151 16 -
CMYK 0 0.11 0.91 0.33
HSL 52.6º 0.83% 0.36% -
HSV(B) 52.6º 0.91% 0.67% -
XYZ 27.74 30.72 4.96 -
YUV 141.29 57.29 148.48 -
System Red Green Blue C M Y K H S L
Decimal 170 151 16 0 0.11 0.91 0.33 52.6 0.83 0.36
Hex AA 97 10 0 B 5B 21 35 53 24
Octal 252 227 20 0 13 133 41 65 123 44
Binary 10101010 10010111 10000 0 1011 1011011 100001 110101 1010011 100100

Color Harmonies of #AA9710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9710

Black with #AA9710

Text Example


Text Example

White with #AA9710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9710; }

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

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

background-color css

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

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

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

border-color css

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

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

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