Html Css Color HEX #AEA30B Lucky

📋 copy color: '#AEA30B'

red 174 ◦ green 163 ◦ blue 11

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

Shades of Lucky #AEA30B

Tints of Lucky #AEA30B

RGB

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

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

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

R = 50%
G = 46.84%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AEA30B (or 0xAEA30B) is known color: Lucky. HEX triplet: AE, A3 and 0B. RGB value is (174,163,11). Sum of RGB (Red+Green+Blue) = 174+163+11=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 163 (64.06% from 255 or 46.84% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA30B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA30B is #515CF4. Grayscale: #959595. Windows color (decimal): -5332213 or 762798. OLE color: 762798.

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

Color convert

RGB 174 163 11 -
CMYK 0 0.06 0.94 0.32
HSL 55.95º 0.88% 0.36% -
HSV(B) 55.95º 0.94% 0.68% -
XYZ 30.61 35.22 5.5 -
YUV 148.96 50.14 145.86 -
System Red Green Blue C M Y K H S L
Decimal 174 163 11 0 0.06 0.94 0.32 55.95 0.88 0.36
Hex AE A3 B 0 6 5E 20 38 58 24
Octal 256 243 13 0 6 136 40 70 130 44
Binary 10101110 10100011 1011 0 110 1011110 100000 111000 1011000 100100

Color Harmonies of #AEA30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA30B

Black with #AEA30B

Text Example


Text Example

White with #AEA30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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