Html Css Color HEX #AEA107 Lucky

📋 copy color: '#AEA107'

red 174 ◦ green 161 ◦ blue 7

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

Shades of Lucky #AEA107

Tints of Lucky #AEA107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.05%

R = 50.88%
G = 47.08%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AEA107 (or 0xAEA107) is known color: Lucky. HEX triplet: AE, A1 and 07. RGB value is (174,161,7). Sum of RGB (Red+Green+Blue) = 174+161+7=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA107 is #515EF8. Grayscale: #939393. Windows color (decimal): -5332729 or 500142. OLE color: 500142.

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

Color convert

RGB 174 161 7 -
CMYK 0 0.07 0.96 0.32
HSL 55.33º 0.92% 0.35% -
HSV(B) 55.33º 0.96% 0.68% -
XYZ 30.24 34.5 5.27 -
YUV 147.33 48.81 147.02 -
System Red Green Blue C M Y K H S L
Decimal 174 161 7 0 0.07 0.96 0.32 55.33 0.92 0.35
Hex AE A1 7 0 7 60 20 37 5C 23
Octal 256 241 7 0 7 140 40 67 134 43
Binary 10101110 10100001 111 0 111 1100000 100000 110111 1011100 100011

Color Harmonies of #AEA107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA107

Black with #AEA107

Text Example


Text Example

White with #AEA107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA107; }

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

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

background-color css

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

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

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

border-color css

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

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

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