Html Css Color HEX #AE9112 Lucky

📋 copy color: '#AE9112'

red 174 ◦ green 145 ◦ blue 18

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

Shades of Lucky #AE9112

Tints of Lucky #AE9112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.34%

R = 51.63%
G = 43.03%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE9112 (or 0xAE9112) is known color: Lucky. HEX triplet: AE, 91 and 12. RGB value is (174,145,18). Sum of RGB (Red+Green+Blue) = 174+145+18=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9112 is #516EED. Grayscale: #8B8B8B. Windows color (decimal): -5336814 or 1216942. OLE color: 1216942.

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

Color convert

RGB 174 145 18 -
CMYK 0 0.17 0.90 0.32
HSL 48.85º 0.81% 0.38% -
HSV(B) 48.85º 0.9% 0.68% -
XYZ 27.69 29.29 4.77 -
YUV 139.19 59.61 152.83 -
System Red Green Blue C M Y K H S L
Decimal 174 145 18 0 0.17 0.90 0.32 48.85 0.81 0.38
Hex AE 91 12 0 11 5A 20 31 51 26
Octal 256 221 22 0 21 132 40 61 121 46
Binary 10101110 10010001 10010 0 10001 1011010 100000 110001 1010001 100110

Color Harmonies of #AE9112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9112

Black with #AE9112

Text Example


Text Example

White with #AE9112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9112; }

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

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

background-color css

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

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

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

border-color css

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

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

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