Html Css Color HEX #AE9115 Lucky

📋 copy color: '#AE9115'

red 174 ◦ green 145 ◦ blue 21

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

Shades of Lucky #AE9115

Tints of Lucky #AE9115

RGB

 RED value IS 174 (68.36% from 255) = 51.18%

 GREEN value IS 145 (57.03% from 255) = 42.65%

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

R = 51.18%
G = 42.65%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AE9115 (or 0xAE9115) is known color: Lucky. HEX triplet: AE, 91 and 15. RGB value is (174,145,21). Sum of RGB (Red+Green+Blue) = 174+145+21=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9115 is #516EEA. Grayscale: #8C8C8C. Windows color (decimal): -5336811 or 1413550. OLE color: 1413550.

HSL color Cylindrical-coordinate representation of color #AE9115: hue angle of 48.63º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE9115 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 145 21 -
CMYK 0 0.17 0.88 0.32
HSL 48.63º 0.78% 0.38% -
HSV(B) 48.63º 0.88% 0.68% -
XYZ 27.72 29.3 4.9 -
YUV 139.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 174 145 21 0 0.17 0.88 0.32 48.63 0.78 0.38
Hex AE 91 15 0 11 58 20 31 4E 26
Octal 256 221 25 0 21 130 40 61 116 46
Binary 10101110 10010001 10101 0 10001 1011000 100000 110001 1001110 100110

Color Harmonies of #AE9115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9115

Black with #AE9115

Text Example


Text Example

White with #AE9115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9115; }

 p { color: rgb(174,145,21); }

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

background-color css

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

 a { background-color: rgb(174,145,21); }

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

border-color css

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

 span { border-color: rgb(174,145,21); }

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