Html Css Color HEX #AEA41C Lucky

📋 copy color: '#AEA41C'

red 174 ◦ green 164 ◦ blue 28

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

Shades of Lucky #AEA41C

Tints of Lucky #AEA41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.65%

R = 47.54%
G = 44.81%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AEA41C (or 0xAEA41C) is known color: Lucky. HEX triplet: AE, A4 and 1C. RGB value is (174,164,28). Sum of RGB (Red+Green+Blue) = 174+164+28=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA41C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA41C is #515BE3. Grayscale: #989898. Windows color (decimal): -5331940 or 1877166. OLE color: 1877166.

HSL color Cylindrical-coordinate representation of color #AEA41C: hue angle of 55.89º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AEA41C is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 164 28 -
CMYK 0 0.06 0.84 0.32
HSL 55.89º 0.72% 0.4% -
HSV(B) 55.89º 0.84% 0.68% -
XYZ 30.94 35.63 6.35 -
YUV 151.49 58.31 144.06 -
System Red Green Blue C M Y K H S L
Decimal 174 164 28 0 0.06 0.84 0.32 55.89 0.72 0.4
Hex AE A4 1C 0 6 54 20 38 48 28
Octal 256 244 34 0 6 124 40 70 110 50
Binary 10101110 10100100 11100 0 110 1010100 100000 111000 1001000 101000

Color Harmonies of #AEA41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA41C

Black with #AEA41C

Text Example


Text Example

White with #AEA41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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