Html Css Color HEX #AEA21D Lucky

📋 copy color: '#AEA21D'

red 174 ◦ green 162 ◦ blue 29

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

Shades of Lucky #AEA21D

Tints of Lucky #AEA21D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.38%

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

R = 47.67%
G = 44.38%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AEA21D (or 0xAEA21D) is known color: Lucky. HEX triplet: AE, A2 and 1D. RGB value is (174,162,29). Sum of RGB (Red+Green+Blue) = 174+162+29=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA21D is #515DE2. Grayscale: #969696. Windows color (decimal): -5332451 or 1942190. OLE color: 1942190.

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

Color convert

RGB 174 162 29 -
CMYK 0 0.07 0.83 0.32
HSL 55.03º 0.71% 0.4% -
HSV(B) 55.03º 0.83% 0.68% -
XYZ 30.6 34.93 6.29 -
YUV 150.43 59.48 144.81 -
System Red Green Blue C M Y K H S L
Decimal 174 162 29 0 0.07 0.83 0.32 55.03 0.71 0.4
Hex AE A2 1D 0 7 53 20 37 47 28
Octal 256 242 35 0 7 123 40 67 107 50
Binary 10101110 10100010 11101 0 111 1010011 100000 110111 1000111 101000

Color Harmonies of #AEA21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA21D

Black with #AEA21D

Text Example


Text Example

White with #AEA21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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