Html Css Color HEX #AE8C18 Lucky

📋 copy color: '#AE8C18'

red 174 ◦ green 140 ◦ blue 24

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

Shades of Lucky #AE8C18

Tints of Lucky #AE8C18

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.42%

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

R = 51.48%
G = 41.42%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE8C18 (or 0xAE8C18) is known color: Lucky. HEX triplet: AE, 8C and 18. RGB value is (174,140,24). Sum of RGB (Red+Green+Blue) = 174+140+24=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8C18 is #5173E7. Grayscale: #898989. Windows color (decimal): -5338088 or 1608878. OLE color: 1608878.

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

Color convert

RGB 174 140 24 -
CMYK 0 0.20 0.86 0.32
HSL 46.4º 0.76% 0.39% -
HSV(B) 46.4º 0.86% 0.68% -
XYZ 27 27.82 4.81 -
YUV 136.94 64.26 154.43 -
System Red Green Blue C M Y K H S L
Decimal 174 140 24 0 0.20 0.86 0.32 46.4 0.76 0.39
Hex AE 8C 18 0 14 56 20 2E 4C 27
Octal 256 214 30 0 24 126 40 56 114 47
Binary 10101110 10001100 11000 0 10100 1010110 100000 101110 1001100 100111

Color Harmonies of #AE8C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C18

Black with #AE8C18

Text Example


Text Example

White with #AE8C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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