Html Css Color HEX #AE8F19 Lucky

📋 copy color: '#AE8F19'

red 174 ◦ green 143 ◦ blue 25

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

Shades of Lucky #AE8F19

Tints of Lucky #AE8F19

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.81%

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

R = 50.88%
G = 41.81%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE8F19 (or 0xAE8F19) is known color: Lucky. HEX triplet: AE, 8F and 19. RGB value is (174,143,25). Sum of RGB (Red+Green+Blue) = 174+143+25=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8F19 is #5170E6. Grayscale: #8B8B8B. Windows color (decimal): -5337319 or 1675182. OLE color: 1675182.

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

Color convert

RGB 174 143 25 -
CMYK 0 0.18 0.86 0.32
HSL 47.52º 0.75% 0.39% -
HSV(B) 47.52º 0.86% 0.68% -
XYZ 27.45 28.71 5.02 -
YUV 138.82 63.77 153.09 -
System Red Green Blue C M Y K H S L
Decimal 174 143 25 0 0.18 0.86 0.32 47.52 0.75 0.39
Hex AE 8F 19 0 12 56 20 30 4B 27
Octal 256 217 31 0 22 126 40 60 113 47
Binary 10101110 10001111 11001 0 10010 1010110 100000 110000 1001011 100111

Color Harmonies of #AE8F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8F19

Black with #AE8F19

Text Example


Text Example

White with #AE8F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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