Html Css Color HEX #AE8D1C Lucky

📋 copy color: '#AE8D1C'

red 174 ◦ green 141 ◦ blue 28

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

Shades of Lucky #AE8D1C

Tints of Lucky #AE8D1C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.11%

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

R = 50.73%
G = 41.11%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE8D1C (or 0xAE8D1C) is known color: Lucky. HEX triplet: AE, 8D and 1C. RGB value is (174,141,28). Sum of RGB (Red+Green+Blue) = 174+141+28=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8D1C is #5172E3. Grayscale: #8A8A8A. Windows color (decimal): -5337828 or 1871278. OLE color: 1871278.

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

Color convert

RGB 174 141 28 -
CMYK 0 0.19 0.84 0.32
HSL 46.44º 0.72% 0.4% -
HSV(B) 46.44º 0.84% 0.68% -
XYZ 27.19 28.13 5.1 -
YUV 137.99 65.93 153.69 -
System Red Green Blue C M Y K H S L
Decimal 174 141 28 0 0.19 0.84 0.32 46.44 0.72 0.4
Hex AE 8D 1C 0 13 54 20 2E 48 28
Octal 256 215 34 0 23 124 40 56 110 50
Binary 10101110 10001101 11100 0 10011 1010100 100000 101110 1001000 101000

Color Harmonies of #AE8D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D1C

Black with #AE8D1C

Text Example


Text Example

White with #AE8D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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