Html Css Color HEX #AEA211 Lucky

📋 copy color: '#AEA211'

red 174 ◦ green 162 ◦ blue 17

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

Shades of Lucky #AEA211

Tints of Lucky #AEA211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.82%

R = 49.29%
G = 45.89%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AEA211 (or 0xAEA211) is known color: Lucky. HEX triplet: AE, A2 and 11. RGB value is (174,162,17). Sum of RGB (Red+Green+Blue) = 174+162+17=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA211 is #515DEE. Grayscale: #959595. Windows color (decimal): -5332463 or 1155758. OLE color: 1155758.

HSL color Cylindrical-coordinate representation of color #AEA211: hue angle of 55.41º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEA211 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 162 17 -
CMYK 0 0.07 0.90 0.32
HSL 55.41º 0.82% 0.37% -
HSV(B) 55.41º 0.9% 0.68% -
XYZ 30.48 34.88 5.66 -
YUV 149.06 53.48 145.79 -
System Red Green Blue C M Y K H S L
Decimal 174 162 17 0 0.07 0.90 0.32 55.41 0.82 0.37
Hex AE A2 11 0 7 5A 20 37 52 25
Octal 256 242 21 0 7 132 40 67 122 45
Binary 10101110 10100010 10001 0 111 1011010 100000 110111 1010010 100101

Color Harmonies of #AEA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA211

Black with #AEA211

Text Example


Text Example

White with #AEA211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA211; }

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

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

background-color css

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

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

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

border-color css

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

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

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