Html Css Color HEX #AEA20B Lucky

📋 copy color: '#AEA20B'

red 174 ◦ green 162 ◦ blue 11

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

Shades of Lucky #AEA20B

Tints of Lucky #AEA20B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.69%

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

R = 50.14%
G = 46.69%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AEA20B (or 0xAEA20B) is known color: Lucky. HEX triplet: AE, A2 and 0B. RGB value is (174,162,11). Sum of RGB (Red+Green+Blue) = 174+162+11=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA20B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA20B is #515DF4. Grayscale: #949494. Windows color (decimal): -5332469 or 762542. OLE color: 762542.

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

Color convert

RGB 174 162 11 -
CMYK 0 0.07 0.94 0.32
HSL 55.58º 0.88% 0.36% -
HSV(B) 55.58º 0.94% 0.68% -
XYZ 30.44 34.86 5.44 -
YUV 148.37 50.48 146.28 -
System Red Green Blue C M Y K H S L
Decimal 174 162 11 0 0.07 0.94 0.32 55.58 0.88 0.36
Hex AE A2 B 0 7 5E 20 38 58 24
Octal 256 242 13 0 7 136 40 70 130 44
Binary 10101110 10100010 1011 0 111 1011110 100000 111000 1011000 100100

Color Harmonies of #AEA20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA20B

Black with #AEA20B

Text Example


Text Example

White with #AEA20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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