Html Css Color HEX #AEA412 Lucky

📋 copy color: '#AEA412'

red 174 ◦ green 164 ◦ blue 18

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

Shades of Lucky #AEA412

Tints of Lucky #AEA412

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.07%

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

R = 48.88%
G = 46.07%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AEA412 (or 0xAEA412) is known color: Lucky. HEX triplet: AE, A4 and 12. RGB value is (174,164,18). Sum of RGB (Red+Green+Blue) = 174+164+18=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA412 is #515BED. Grayscale: #969696. Windows color (decimal): -5331950 or 1221806. OLE color: 1221806.

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

Color convert

RGB 174 164 18 -
CMYK 0 0.06 0.90 0.32
HSL 56.15º 0.81% 0.38% -
HSV(B) 56.15º 0.9% 0.68% -
XYZ 30.84 35.59 5.82 -
YUV 150.35 53.31 144.87 -
System Red Green Blue C M Y K H S L
Decimal 174 164 18 0 0.06 0.90 0.32 56.15 0.81 0.38
Hex AE A4 12 0 6 5A 20 38 51 26
Octal 256 244 22 0 6 132 40 70 121 46
Binary 10101110 10100100 10010 0 110 1011010 100000 111000 1010001 100110

Color Harmonies of #AEA412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA412

Black with #AEA412

Text Example


Text Example

White with #AEA412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA412; }

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

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

background-color css

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

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

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

border-color css

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

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

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