Html Css Color HEX #AE8D19 Lucky

📋 copy color: '#AE8D19'

red 174 ◦ green 141 ◦ blue 25

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

Shades of Lucky #AE8D19

Tints of Lucky #AE8D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.35%

R = 51.18%
G = 41.47%
B = 7.35%

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

#AE8D19 (or 0xAE8D19) is known color: Lucky. HEX triplet: AE, 8D and 19. RGB value is (174,141,25). Sum of RGB (Red+Green+Blue) = 174+141+25=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8D19 is #5172E6. Grayscale: #8A8A8A. Windows color (decimal): -5337831 or 1674670. OLE color: 1674670.

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

Color convert

RGB 174 141 25 -
CMYK 0 0.19 0.86 0.32
HSL 46.71º 0.75% 0.39% -
HSV(B) 46.71º 0.86% 0.68% -
XYZ 27.16 28.12 4.92 -
YUV 137.64 64.43 153.93 -
System Red Green Blue C M Y K H S L
Decimal 174 141 25 0 0.19 0.86 0.32 46.71 0.75 0.39
Hex AE 8D 19 0 13 56 20 2F 4B 27
Octal 256 215 31 0 23 126 40 57 113 47
Binary 10101110 10001101 11001 0 10011 1010110 100000 101111 1001011 100111

Color Harmonies of #AE8D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D19

Black with #AE8D19

Text Example


Text Example

White with #AE8D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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