Html Css Color HEX #AE9511 Lucky

📋 copy color: '#AE9511'

red 174 ◦ green 149 ◦ blue 17

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

Shades of Lucky #AE9511

Tints of Lucky #AE9511

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.82%

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

R = 51.18%
G = 43.82%
B = 5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE9511 (or 0xAE9511) is known color: Lucky. HEX triplet: AE, 95 and 11. RGB value is (174,149,17). Sum of RGB (Red+Green+Blue) = 174+149+17=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9511 is #516AEE. Grayscale: #8D8D8D. Windows color (decimal): -5335791 or 1152430. OLE color: 1152430.

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

Color convert

RGB 174 149 17 -
CMYK 0 0.14 0.90 0.32
HSL 50.45º 0.82% 0.37% -
HSV(B) 50.45º 0.9% 0.68% -
XYZ 28.3 30.53 4.93 -
YUV 141.43 57.78 151.23 -
System Red Green Blue C M Y K H S L
Decimal 174 149 17 0 0.14 0.90 0.32 50.45 0.82 0.37
Hex AE 95 11 0 E 5A 20 32 52 25
Octal 256 225 21 0 16 132 40 62 122 45
Binary 10101110 10010101 10001 0 1110 1011010 100000 110010 1010010 100101

Color Harmonies of #AE9511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9511

Black with #AE9511

Text Example


Text Example

White with #AE9511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9511; }

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

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

background-color css

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

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

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

border-color css

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

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

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