Html Css Color HEX #AEA814 Lucky

📋 copy color: '#AEA814'

red 174 ◦ green 168 ◦ blue 20

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

Shades of Lucky #AEA814

Tints of Lucky #AEA814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.52%

R = 48.07%
G = 46.41%
B = 5.52%

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

#AEA814 (or 0xAEA814) is known color: Lucky. HEX triplet: AE, A8 and 14. RGB value is (174,168,20). Sum of RGB (Red+Green+Blue) = 174+168+20=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA814 is #5157EB. Grayscale: #999999. Windows color (decimal): -5330924 or 1353902. OLE color: 1353902.

HSL color Cylindrical-coordinate representation of color #AEA814: hue angle of 57.66º degrees, saturation: 0.79, 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 #AEA814 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 168 20 -
CMYK 0 0.03 0.89 0.32
HSL 57.66º 0.79% 0.38% -
HSV(B) 57.66º 0.89% 0.68% -
XYZ 31.58 37.05 6.15 -
YUV 152.92 52.99 143.03 -
System Red Green Blue C M Y K H S L
Decimal 174 168 20 0 0.03 0.89 0.32 57.66 0.79 0.38
Hex AE A8 14 0 3 59 20 3A 4F 26
Octal 256 250 24 0 3 131 40 72 117 46
Binary 10101110 10101000 10100 0 11 1011001 100000 111010 1001111 100110

Color Harmonies of #AEA814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA814

Black with #AEA814

Text Example


Text Example

White with #AEA814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA814; }

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

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

background-color css

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

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

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

border-color css

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

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

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