Html Css Color HEX #AEA30F Lucky

📋 copy color: '#AEA30F'

red 174 ◦ green 163 ◦ blue 15

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

Shades of Lucky #AEA30F

Tints of Lucky #AEA30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.26%

R = 49.43%
G = 46.31%
B = 4.26%

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

#AEA30F (or 0xAEA30F) is known color: Lucky. HEX triplet: AE, A3 and 0F. RGB value is (174,163,15). Sum of RGB (Red+Green+Blue) = 174+163+15=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA30F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA30F is #515CF0. Grayscale: #969696. Windows color (decimal): -5332209 or 1024942. OLE color: 1024942.

HSL color Cylindrical-coordinate representation of color #AEA30F: hue angle of 55.85º degrees, saturation: 0.84, 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 #AEA30F is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 163 15 -
CMYK 0 0.06 0.91 0.32
HSL 55.85º 0.84% 0.37% -
HSV(B) 55.85º 0.91% 0.68% -
XYZ 30.64 35.23 5.64 -
YUV 149.42 52.14 145.53 -
System Red Green Blue C M Y K H S L
Decimal 174 163 15 0 0.06 0.91 0.32 55.85 0.84 0.37
Hex AE A3 F 0 6 5B 20 38 54 25
Octal 256 243 17 0 6 133 40 70 124 45
Binary 10101110 10100011 1111 0 110 1011011 100000 111000 1010100 100101

Color Harmonies of #AEA30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA30F

Black with #AEA30F

Text Example


Text Example

White with #AEA30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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