Html Css Color HEX #AEA117 Lucky

📋 copy color: '#AEA117'

red 174 ◦ green 161 ◦ blue 23

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

Shades of Lucky #AEA117

Tints of Lucky #AEA117

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.97%

 BLUE value IS 23 (9.38% from 255) = 6.42%

R = 48.6%
G = 44.97%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AEA117 (or 0xAEA117) is known color: Lucky. HEX triplet: AE, A1 and 17. RGB value is (174,161,23). Sum of RGB (Red+Green+Blue) = 174+161+23=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA117 is #515EE8. Grayscale: #959595. Windows color (decimal): -5332713 or 1548718. OLE color: 1548718.

HSL color Cylindrical-coordinate representation of color #AEA117: hue angle of 54.83º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AEA117 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 161 23 -
CMYK 0 0.07 0.87 0.32
HSL 54.83º 0.77% 0.39% -
HSV(B) 54.83º 0.87% 0.68% -
XYZ 30.36 34.55 5.88 -
YUV 149.16 56.81 145.72 -
System Red Green Blue C M Y K H S L
Decimal 174 161 23 0 0.07 0.87 0.32 54.83 0.77 0.39
Hex AE A1 17 0 7 57 20 37 4D 27
Octal 256 241 27 0 7 127 40 67 115 47
Binary 10101110 10100001 10111 0 111 1010111 100000 110111 1001101 100111

Color Harmonies of #AEA117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA117

Black with #AEA117

Text Example


Text Example

White with #AEA117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA117; }

 p { color: rgb(174,161,23); }

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

background-color css

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

 a { background-color: rgb(174,161,23); }

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

border-color css

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

 span { border-color: rgb(174,161,23); }

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