Html Css Color HEX #AE911A Lucky

📋 copy color: '#AE911A'

red 174 ◦ green 145 ◦ blue 26

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

Shades of Lucky #AE911A

Tints of Lucky #AE911A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 50.43%
G = 42.03%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE911A (or 0xAE911A) is known color: Lucky. HEX triplet: AE, 91 and 1A. RGB value is (174,145,26). Sum of RGB (Red+Green+Blue) = 174+145+26=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE911A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE911A is #516EE5. Grayscale: #8C8C8C. Windows color (decimal): -5336806 or 1741230. OLE color: 1741230.

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

Color convert

RGB 174 145 26 -
CMYK 0 0.17 0.85 0.32
HSL 48.24º 0.74% 0.39% -
HSV(B) 48.24º 0.85% 0.68% -
XYZ 27.77 29.32 5.17 -
YUV 140.11 63.61 152.18 -
System Red Green Blue C M Y K H S L
Decimal 174 145 26 0 0.17 0.85 0.32 48.24 0.74 0.39
Hex AE 91 1A 0 11 55 20 30 4A 27
Octal 256 221 32 0 21 125 40 60 112 47
Binary 10101110 10010001 11010 0 10001 1010101 100000 110000 1001010 100111

Color Harmonies of #AE911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE911A

Black with #AE911A

Text Example


Text Example

White with #AE911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE911A; }

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

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

background-color css

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

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

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

border-color css

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

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

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