Html Css Color HEX #AEA511 Lucky

📋 copy color: '#AEA511'

red 174 ◦ green 165 ◦ blue 17

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

Shades of Lucky #AEA511

Tints of Lucky #AEA511

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.35%

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

R = 48.88%
G = 46.35%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AEA511 (or 0xAEA511) is known color: Lucky. HEX triplet: AE, A5 and 11. RGB value is (174,165,17). Sum of RGB (Red+Green+Blue) = 174+165+17=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA511 is #515AEE. Grayscale: #979797. Windows color (decimal): -5331695 or 1156526. OLE color: 1156526.

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

Color convert

RGB 174 165 17 -
CMYK 0 0.05 0.90 0.32
HSL 56.56º 0.82% 0.37% -
HSV(B) 56.56º 0.9% 0.68% -
XYZ 31.01 35.95 5.83 -
YUV 150.82 52.48 144.53 -
System Red Green Blue C M Y K H S L
Decimal 174 165 17 0 0.05 0.90 0.32 56.56 0.82 0.37
Hex AE A5 11 0 5 5A 20 39 52 25
Octal 256 245 21 0 5 132 40 71 122 45
Binary 10101110 10100101 10001 0 101 1011010 100000 111001 1010010 100101

Color Harmonies of #AEA511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA511

Black with #AEA511

Text Example


Text Example

White with #AEA511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA511; }

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

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

background-color css

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

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

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

border-color css

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

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

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