Html Css Color HEX #AE911C Lucky

📋 copy color: '#AE911C'

red 174 ◦ green 145 ◦ blue 28

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

Shades of Lucky #AE911C

Tints of Lucky #AE911C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.79%

 BLUE value IS 28 (11.33% from 255) = 8.07%

R = 50.14%
G = 41.79%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE911C (or 0xAE911C) is known color: Lucky. HEX triplet: AE, 91 and 1C. RGB value is (174,145,28). Sum of RGB (Red+Green+Blue) = 174+145+28=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE911C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE911C is #516EE3. Grayscale: #8C8C8C. Windows color (decimal): -5336804 or 1872302. OLE color: 1872302.

HSL color Cylindrical-coordinate representation of color #AE911C: hue angle of 48.08º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE911C is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 145 28 -
CMYK 0 0.17 0.84 0.32
HSL 48.08º 0.72% 0.4% -
HSV(B) 48.08º 0.84% 0.68% -
XYZ 27.79 29.33 5.3 -
YUV 140.33 64.61 152.01 -
System Red Green Blue C M Y K H S L
Decimal 174 145 28 0 0.17 0.84 0.32 48.08 0.72 0.4
Hex AE 91 1C 0 11 54 20 30 48 28
Octal 256 221 34 0 21 124 40 60 110 50
Binary 10101110 10010001 11100 0 10001 1010100 100000 110000 1001000 101000

Color Harmonies of #AE911C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE911C

Black with #AE911C

Text Example


Text Example

White with #AE911C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE911C; }

 p { color: rgb(174,145,28); }

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

background-color css

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

 a { background-color: rgb(174,145,28); }

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

border-color css

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

 span { border-color: rgb(174,145,28); }

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