Html Css Color HEX #AEA60B Lucky

📋 copy color: '#AEA60B'

red 174 ◦ green 166 ◦ blue 11

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

Shades of Lucky #AEA60B

Tints of Lucky #AEA60B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.29%

 BLUE value IS 11 (4.69% from 255) = 3.13%

R = 49.57%
G = 47.29%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AEA60B (or 0xAEA60B) is known color: Lucky. HEX triplet: AE, A6 and 0B. RGB value is (174,166,11). Sum of RGB (Red+Green+Blue) = 174+166+11=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA60B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA60B is #5159F4. Grayscale: #979797. Windows color (decimal): -5331445 or 763566. OLE color: 763566.

HSL color Cylindrical-coordinate representation of color #AEA60B: hue angle of 57.06º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEA60B is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 166 11 -
CMYK 0 0.05 0.94 0.32
HSL 57.06º 0.88% 0.36% -
HSV(B) 57.06º 0.94% 0.68% -
XYZ 31.15 36.3 5.68 -
YUV 150.72 49.15 144.6 -
System Red Green Blue C M Y K H S L
Decimal 174 166 11 0 0.05 0.94 0.32 57.06 0.88 0.36
Hex AE A6 B 0 5 5E 20 39 58 24
Octal 256 246 13 0 5 136 40 71 130 44
Binary 10101110 10100110 1011 0 101 1011110 100000 111001 1011000 100100

Color Harmonies of #AEA60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA60B

Black with #AEA60B

Text Example


Text Example

White with #AEA60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA60B; }

 p { color: rgb(174,166,11); }

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

background-color css

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

 a { background-color: rgb(174,166,11); }

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

border-color css

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

 span { border-color: rgb(174,166,11); }

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