Html Css Color HEX #AE9312 Lucky

📋 copy color: '#AE9312'

red 174 ◦ green 147 ◦ blue 18

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

Shades of Lucky #AE9312

Tints of Lucky #AE9312

RGB

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

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

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

R = 51.33%
G = 43.36%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE9312 (or 0xAE9312) is known color: Lucky. HEX triplet: AE, 93 and 12. RGB value is (174,147,18). Sum of RGB (Red+Green+Blue) = 174+147+18=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9312 is #516CED. Grayscale: #8C8C8C. Windows color (decimal): -5336302 or 1217454. OLE color: 1217454.

HSL color Cylindrical-coordinate representation of color #AE9312: hue angle of 49.62º 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 #AE9312 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 147 18 -
CMYK 0 0.16 0.90 0.32
HSL 49.62º 0.81% 0.38% -
HSV(B) 49.62º 0.9% 0.68% -
XYZ 28 29.91 4.87 -
YUV 140.37 58.95 151.99 -
System Red Green Blue C M Y K H S L
Decimal 174 147 18 0 0.16 0.90 0.32 49.62 0.81 0.38
Hex AE 93 12 0 10 5A 20 32 51 26
Octal 256 223 22 0 20 132 40 62 121 46
Binary 10101110 10010011 10010 0 10000 1011010 100000 110010 1010001 100110

Color Harmonies of #AE9312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9312

Black with #AE9312

Text Example


Text Example

White with #AE9312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9312; }

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

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

background-color css

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

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

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

border-color css

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

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

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