Html Css Color HEX #AEAB0F Lucky

📋 copy color: '#AEAB0F'

red 174 ◦ green 171 ◦ blue 15

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

Shades of Lucky #AEAB0F

Tints of Lucky #AEAB0F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.5%

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

R = 48.33%
G = 47.5%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AEAB0F (or 0xAEAB0F) is known color: Lucky. HEX triplet: AE, AB and 0F. RGB value is (174,171,15). Sum of RGB (Red+Green+Blue) = 174+171+15=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAB0F is #5154F0. Grayscale: #9A9A9A. Windows color (decimal): -5330161 or 1026990. OLE color: 1026990.

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

Color convert

RGB 174 171 15 -
CMYK 0 0.02 0.91 0.32
HSL 58.87º 0.84% 0.37% -
HSV(B) 58.87º 0.91% 0.68% -
XYZ 32.1 38.16 6.13 -
YUV 154.11 49.49 142.18 -
System Red Green Blue C M Y K H S L
Decimal 174 171 15 0 0.02 0.91 0.32 58.87 0.84 0.37
Hex AE AB F 0 2 5B 20 3B 54 25
Octal 256 253 17 0 2 133 40 73 124 45
Binary 10101110 10101011 1111 0 10 1011011 100000 111011 1010100 100101

Color Harmonies of #AEAB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB0F

Black with #AEAB0F

Text Example


Text Example

White with #AEAB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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