Html Css Color HEX #AEA41D Lucky

📋 copy color: '#AEA41D'

red 174 ◦ green 164 ◦ blue 29

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

Shades of Lucky #AEA41D

Tints of Lucky #AEA41D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.9%

R = 47.41%
G = 44.69%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AEA41D (or 0xAEA41D) is known color: Lucky. HEX triplet: AE, A4 and 1D. RGB value is (174,164,29). Sum of RGB (Red+Green+Blue) = 174+164+29=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA41D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA41D is #515BE2. Grayscale: #989898. Windows color (decimal): -5331939 or 1942702. OLE color: 1942702.

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

Color convert

RGB 174 164 29 -
CMYK 0 0.06 0.83 0.32
HSL 55.86º 0.71% 0.4% -
HSV(B) 55.86º 0.83% 0.68% -
XYZ 30.95 35.64 6.41 -
YUV 151.6 58.81 143.98 -
System Red Green Blue C M Y K H S L
Decimal 174 164 29 0 0.06 0.83 0.32 55.86 0.71 0.4
Hex AE A4 1D 0 6 53 20 38 47 28
Octal 256 244 35 0 6 123 40 70 107 50
Binary 10101110 10100100 11101 0 110 1010011 100000 111000 1000111 101000

Color Harmonies of #AEA41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA41D

Black with #AEA41D

Text Example


Text Example

White with #AEA41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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