Html Css Color HEX #AEA812 Lucky

📋 copy color: '#AEA812'

red 174 ◦ green 168 ◦ blue 18

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

Shades of Lucky #AEA812

Tints of Lucky #AEA812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.67%

 BLUE value IS 18 (7.42% from 255) = 5%

R = 48.33%
G = 46.67%
B = 5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AEA812 (or 0xAEA812) is known color: Lucky. HEX triplet: AE, A8 and 12. RGB value is (174,168,18). Sum of RGB (Red+Green+Blue) = 174+168+18=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA812 is #5157ED. Grayscale: #999999. Windows color (decimal): -5330926 or 1222830. OLE color: 1222830.

HSL color Cylindrical-coordinate representation of color #AEA812: hue angle of 57.69º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEA812 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 168 18 -
CMYK 0 0.03 0.90 0.32
HSL 57.69º 0.81% 0.38% -
HSV(B) 57.69º 0.9% 0.68% -
XYZ 31.57 37.05 6.06 -
YUV 152.69 51.99 143.2 -
System Red Green Blue C M Y K H S L
Decimal 174 168 18 0 0.03 0.90 0.32 57.69 0.81 0.38
Hex AE A8 12 0 3 5A 20 3A 51 26
Octal 256 250 22 0 3 132 40 72 121 46
Binary 10101110 10101000 10010 0 11 1011010 100000 111010 1010001 100110

Color Harmonies of #AEA812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA812

Black with #AEA812

Text Example


Text Example

White with #AEA812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA812; }

 p { color: rgb(174,168,18); }

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

background-color css

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

 a { background-color: rgb(174,168,18); }

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

border-color css

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

 span { border-color: rgb(174,168,18); }

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