Html Css Color HEX #AE9211 Lucky

📋 copy color: '#AE9211'

red 174 ◦ green 146 ◦ blue 17

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

Shades of Lucky #AE9211

Tints of Lucky #AE9211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.32%

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

R = 51.63%
G = 43.32%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE9211 (or 0xAE9211) is known color: Lucky. HEX triplet: AE, 92 and 11. RGB value is (174,146,17). Sum of RGB (Red+Green+Blue) = 174+146+17=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9211 is #516DEE. Grayscale: #8C8C8C. Windows color (decimal): -5336559 or 1151662. OLE color: 1151662.

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

Color convert

RGB 174 146 17 -
CMYK 0 0.16 0.90 0.32
HSL 49.3º 0.82% 0.37% -
HSV(B) 49.3º 0.9% 0.68% -
XYZ 27.84 29.6 4.78 -
YUV 139.67 58.78 152.49 -
System Red Green Blue C M Y K H S L
Decimal 174 146 17 0 0.16 0.90 0.32 49.3 0.82 0.37
Hex AE 92 11 0 10 5A 20 31 52 25
Octal 256 222 21 0 20 132 40 61 122 45
Binary 10101110 10010010 10001 0 10000 1011010 100000 110001 1010010 100101

Color Harmonies of #AE9211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9211

Black with #AE9211

Text Example


Text Example

White with #AE9211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9211; }

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

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

background-color css

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

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

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

border-color css

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

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

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