Html Css Color HEX #AE9919 Lucky

📋 copy color: '#AE9919'

red 174 ◦ green 153 ◦ blue 25

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

Shades of Lucky #AE9919

Tints of Lucky #AE9919

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.47%

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

R = 49.43%
G = 43.47%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE9919 (or 0xAE9919) is known color: Lucky. HEX triplet: AE, 99 and 19. RGB value is (174,153,25). Sum of RGB (Red+Green+Blue) = 174+153+25=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9919 is #5166E6. Grayscale: #919191. Windows color (decimal): -5334759 or 1677742. OLE color: 1677742.

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

Color convert

RGB 174 153 25 -
CMYK 0 0.12 0.86 0.32
HSL 51.54º 0.75% 0.39% -
HSV(B) 51.54º 0.86% 0.68% -
XYZ 29.02 31.85 5.54 -
YUV 144.69 60.46 148.91 -
System Red Green Blue C M Y K H S L
Decimal 174 153 25 0 0.12 0.86 0.32 51.54 0.75 0.39
Hex AE 99 19 0 C 56 20 34 4B 27
Octal 256 231 31 0 14 126 40 64 113 47
Binary 10101110 10011001 11001 0 1100 1010110 100000 110100 1001011 100111

Color Harmonies of #AE9919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9919

Black with #AE9919

Text Example


Text Example

White with #AE9919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9919; }

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

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

background-color css

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

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

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

border-color css

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

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

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