Html Css Color HEX #AEA310 Lucky

📋 copy color: '#AEA310'

red 174 ◦ green 163 ◦ blue 16

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

Shades of Lucky #AEA310

Tints of Lucky #AEA310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.18%

 BLUE value IS 16 (6.64% from 255) = 4.53%

R = 49.29%
G = 46.18%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AEA310 (or 0xAEA310) is known color: Lucky. HEX triplet: AE, A3 and 10. RGB value is (174,163,16). Sum of RGB (Red+Green+Blue) = 174+163+16=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 163 (64.06% from 255 or 46.18% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA310 is #515CEF. Grayscale: #969696. Windows color (decimal): -5332208 or 1090478. OLE color: 1090478.

HSL color Cylindrical-coordinate representation of color #AEA310: hue angle of 55.82º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEA310 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 163 16 -
CMYK 0 0.06 0.91 0.32
HSL 55.82º 0.83% 0.37% -
HSV(B) 55.82º 0.91% 0.68% -
XYZ 30.65 35.23 5.68 -
YUV 149.53 52.64 145.45 -
System Red Green Blue C M Y K H S L
Decimal 174 163 16 0 0.06 0.91 0.32 55.82 0.83 0.37
Hex AE A3 10 0 6 5B 20 38 53 25
Octal 256 243 20 0 6 133 40 70 123 45
Binary 10101110 10100011 10000 0 110 1011011 100000 111000 1010011 100101

Color Harmonies of #AEA310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA310

Black with #AEA310

Text Example


Text Example

White with #AEA310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA310; }

 p { color: rgb(174,163,16); }

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

background-color css

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

 a { background-color: rgb(174,163,16); }

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

border-color css

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

 span { border-color: rgb(174,163,16); }

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