Html Css Color HEX #AA9713 Lucky

📋 copy color: '#AA9713'

red 170 ◦ green 151 ◦ blue 19

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

Shades of Lucky #AA9713

Tints of Lucky #AA9713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.59%

R = 50%
G = 44.41%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA9713 (or 0xAA9713) is known color: Lucky. HEX triplet: AA, 97 and 13. RGB value is (170,151,19). Sum of RGB (Red+Green+Blue) = 170+151+19=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9713 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9713 is #5568EC. Grayscale: #8E8E8E. Windows color (decimal): -5597421 or 1284010. OLE color: 1284010.

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

Color convert

RGB 170 151 19 -
CMYK 0 0.11 0.89 0.33
HSL 52.45º 0.8% 0.37% -
HSV(B) 52.45º 0.89% 0.67% -
XYZ 27.76 30.73 5.08 -
YUV 141.63 58.79 148.23 -
System Red Green Blue C M Y K H S L
Decimal 170 151 19 0 0.11 0.89 0.33 52.45 0.8 0.37
Hex AA 97 13 0 B 59 21 34 50 25
Octal 252 227 23 0 13 131 41 64 120 45
Binary 10101010 10010111 10011 0 1011 1011001 100001 110100 1010000 100101

Color Harmonies of #AA9713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9713

Black with #AA9713

Text Example


Text Example

White with #AA9713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9713; }

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

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

background-color css

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

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

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

border-color css

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

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

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