Html Css Color HEX #AEA80F Lucky

📋 copy color: '#AEA80F'

red 174 ◦ green 168 ◦ blue 15

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

Shades of Lucky #AEA80F

Tints of Lucky #AEA80F

RGB

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

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

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

R = 48.74%
G = 47.06%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AEA80F (or 0xAEA80F) is known color: Lucky. HEX triplet: AE, A8 and 0F. RGB value is (174,168,15). Sum of RGB (Red+Green+Blue) = 174+168+15=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA80F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA80F is #5157F0. Grayscale: #989898. Windows color (decimal): -5330929 or 1026222. OLE color: 1026222.

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

Color convert

RGB 174 168 15 -
CMYK 0 0.03 0.91 0.32
HSL 57.74º 0.84% 0.37% -
HSV(B) 57.74º 0.91% 0.68% -
XYZ 31.54 37.04 5.94 -
YUV 152.35 50.49 143.44 -
System Red Green Blue C M Y K H S L
Decimal 174 168 15 0 0.03 0.91 0.32 57.74 0.84 0.37
Hex AE A8 F 0 3 5B 20 3A 54 25
Octal 256 250 17 0 3 133 40 72 124 45
Binary 10101110 10101000 1111 0 11 1011011 100000 111010 1010100 100101

Color Harmonies of #AEA80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA80F

Black with #AEA80F

Text Example


Text Example

White with #AEA80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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