Html Css Color HEX #AE9517 Lucky

📋 copy color: '#AE9517'

red 174 ◦ green 149 ◦ blue 23

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

Shades of Lucky #AE9517

Tints of Lucky #AE9517

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.06%

 BLUE value IS 23 (9.38% from 255) = 6.65%

R = 50.29%
G = 43.06%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AE9517 (or 0xAE9517) is known color: Lucky. HEX triplet: AE, 95 and 17. RGB value is (174,149,23). Sum of RGB (Red+Green+Blue) = 174+149+23=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9517 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9517 is #516AE8. Grayscale: #8E8E8E. Windows color (decimal): -5335785 or 1545646. OLE color: 1545646.

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

Color convert

RGB 174 149 23 -
CMYK 0 0.14 0.87 0.32
HSL 50.07º 0.77% 0.39% -
HSV(B) 50.07º 0.87% 0.68% -
XYZ 28.36 30.56 5.21 -
YUV 142.11 60.78 150.75 -
System Red Green Blue C M Y K H S L
Decimal 174 149 23 0 0.14 0.87 0.32 50.07 0.77 0.39
Hex AE 95 17 0 E 57 20 32 4D 27
Octal 256 225 27 0 16 127 40 62 115 47
Binary 10101110 10010101 10111 0 1110 1010111 100000 110010 1001101 100111

Color Harmonies of #AE9517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9517

Black with #AE9517

Text Example


Text Example

White with #AE9517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9517; }

 p { color: rgb(174,149,23); }

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

background-color css

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

 a { background-color: rgb(174,149,23); }

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

border-color css

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

 span { border-color: rgb(174,149,23); }

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