Html Css Color HEX #AE911E Lucky

📋 copy color: '#AE911E'

red 174 ◦ green 145 ◦ blue 30

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

Shades of Lucky #AE911E

Tints of Lucky #AE911E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.6%

R = 49.86%
G = 41.55%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE911E (or 0xAE911E) is known color: Lucky. HEX triplet: AE, 91 and 1E. RGB value is (174,145,30). Sum of RGB (Red+Green+Blue) = 174+145+30=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE911E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE911E is #516EE1. Grayscale: #8D8D8D. Windows color (decimal): -5336802 or 2003374. OLE color: 2003374.

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

Color convert

RGB 174 145 30 -
CMYK 0 0.17 0.83 0.32
HSL 47.92º 0.71% 0.4% -
HSV(B) 47.92º 0.83% 0.68% -
XYZ 27.82 29.34 5.43 -
YUV 140.56 65.61 151.85 -
System Red Green Blue C M Y K H S L
Decimal 174 145 30 0 0.17 0.83 0.32 47.92 0.71 0.4
Hex AE 91 1E 0 11 53 20 30 47 28
Octal 256 221 36 0 21 123 40 60 107 50
Binary 10101110 10010001 11110 0 10001 1010011 100000 110000 1000111 101000

Color Harmonies of #AE911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE911E

Black with #AE911E

Text Example


Text Example

White with #AE911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE911E; }

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

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

background-color css

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

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

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

border-color css

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

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

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