Html Css Color HEX #AE8D18 Lucky

📋 copy color: '#AE8D18'

red 174 ◦ green 141 ◦ blue 24

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

Shades of Lucky #AE8D18

Tints of Lucky #AE8D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.08%

R = 51.33%
G = 41.59%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE8D18 (or 0xAE8D18) is known color: Lucky. HEX triplet: AE, 8D and 18. RGB value is (174,141,24). Sum of RGB (Red+Green+Blue) = 174+141+24=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8D18 is #5172E7. Grayscale: #8A8A8A. Windows color (decimal): -5337832 or 1609134. OLE color: 1609134.

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

Color convert

RGB 174 141 24 -
CMYK 0 0.19 0.86 0.32
HSL 46.8º 0.76% 0.39% -
HSV(B) 46.8º 0.86% 0.68% -
XYZ 27.15 28.11 4.86 -
YUV 137.53 63.93 154.01 -
System Red Green Blue C M Y K H S L
Decimal 174 141 24 0 0.19 0.86 0.32 46.8 0.76 0.39
Hex AE 8D 18 0 13 56 20 2F 4C 27
Octal 256 215 30 0 23 126 40 57 114 47
Binary 10101110 10001101 11000 0 10011 1010110 100000 101111 1001100 100111

Color Harmonies of #AE8D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D18

Black with #AE8D18

Text Example


Text Example

White with #AE8D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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