Html Css Color HEX #AEA813 Lucky

📋 copy color: '#AEA813'

red 174 ◦ green 168 ◦ blue 19

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

Shades of Lucky #AEA813

Tints of Lucky #AEA813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.26%

R = 48.2%
G = 46.54%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AEA813 (or 0xAEA813) is known color: Lucky. HEX triplet: AE, A8 and 13. RGB value is (174,168,19). Sum of RGB (Red+Green+Blue) = 174+168+19=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA813 is #5157EC. Grayscale: #999999. Windows color (decimal): -5330925 or 1288366. OLE color: 1288366.

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

Color convert

RGB 174 168 19 -
CMYK 0 0.03 0.89 0.32
HSL 57.68º 0.8% 0.38% -
HSV(B) 57.68º 0.89% 0.68% -
XYZ 31.58 37.05 6.1 -
YUV 152.81 52.49 143.12 -
System Red Green Blue C M Y K H S L
Decimal 174 168 19 0 0.03 0.89 0.32 57.68 0.8 0.38
Hex AE A8 13 0 3 59 20 3A 50 26
Octal 256 250 23 0 3 131 40 72 120 46
Binary 10101110 10101000 10011 0 11 1011001 100000 111010 1010000 100110

Color Harmonies of #AEA813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA813

Black with #AEA813

Text Example


Text Example

White with #AEA813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA813; }

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

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

background-color css

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

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

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

border-color css

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

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

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