Html Css Color HEX #AE9311 Lucky

📋 copy color: '#AE9311'

red 174 ◦ green 147 ◦ blue 17

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

Shades of Lucky #AE9311

Tints of Lucky #AE9311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.03%

R = 51.48%
G = 43.49%
B = 5.03%

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

#AE9311 (or 0xAE9311) is known color: Lucky. HEX triplet: AE, 93 and 11. RGB value is (174,147,17). Sum of RGB (Red+Green+Blue) = 174+147+17=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9311 is #516CEE. Grayscale: #8C8C8C. Windows color (decimal): -5336303 or 1151918. OLE color: 1151918.

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

Color convert

RGB 174 147 17 -
CMYK 0 0.16 0.90 0.32
HSL 49.68º 0.82% 0.37% -
HSV(B) 49.68º 0.9% 0.68% -
XYZ 27.99 29.91 4.83 -
YUV 140.25 58.45 152.07 -
System Red Green Blue C M Y K H S L
Decimal 174 147 17 0 0.16 0.90 0.32 49.68 0.82 0.37
Hex AE 93 11 0 10 5A 20 32 52 25
Octal 256 223 21 0 20 132 40 62 122 45
Binary 10101110 10010011 10001 0 10000 1011010 100000 110010 1010010 100101

Color Harmonies of #AE9311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9311

Black with #AE9311

Text Example


Text Example

White with #AE9311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9311; }

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

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

background-color css

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

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

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

border-color css

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

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

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