Html Css Color HEX #AA9315 Lucky

📋 copy color: '#AA9315'

red 170 ◦ green 147 ◦ blue 21

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

Shades of Lucky #AA9315

Tints of Lucky #AA9315

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.49%

 BLUE value IS 21 (8.59% from 255) = 6.21%

R = 50.3%
G = 43.49%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA9315 (or 0xAA9315) is known color: Lucky. HEX triplet: AA, 93 and 15. RGB value is (170,147,21). Sum of RGB (Red+Green+Blue) = 170+147+21=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9315 is #556CEA. Grayscale: #8C8C8C. Windows color (decimal): -5598443 or 1414058. OLE color: 1414058.

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

Color convert

RGB 170 147 21 -
CMYK 0 0.14 0.88 0.33
HSL 50.74º 0.78% 0.37% -
HSV(B) 50.74º 0.88% 0.67% -
XYZ 27.15 29.47 4.97 -
YUV 139.51 61.12 149.75 -
System Red Green Blue C M Y K H S L
Decimal 170 147 21 0 0.14 0.88 0.33 50.74 0.78 0.37
Hex AA 93 15 0 E 58 21 33 4E 25
Octal 252 223 25 0 16 130 41 63 116 45
Binary 10101010 10010011 10101 0 1110 1011000 100001 110011 1001110 100101

Color Harmonies of #AA9315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9315

Black with #AA9315

Text Example


Text Example

White with #AA9315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9315; }

 p { color: rgb(170,147,21); }

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

background-color css

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

 a { background-color: rgb(170,147,21); }

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

border-color css

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

 span { border-color: rgb(170,147,21); }

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