Html Css Color HEX #AE9713 Lucky

📋 copy color: '#AE9713'

red 174 ◦ green 151 ◦ blue 19

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

Shades of Lucky #AE9713

Tints of Lucky #AE9713

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.9%

 BLUE value IS 19 (7.81% from 255) = 5.52%

R = 50.58%
G = 43.9%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE9713 (or 0xAE9713) is known color: Lucky. HEX triplet: AE, 97 and 13. RGB value is (174,151,19). Sum of RGB (Red+Green+Blue) = 174+151+19=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9713 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9713 is #5168EC. Grayscale: #8F8F8F. Windows color (decimal): -5335277 or 1284014. OLE color: 1284014.

HSL color Cylindrical-coordinate representation of color #AE9713: hue angle of 51.1º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE9713 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 151 19 -
CMYK 0 0.13 0.89 0.32
HSL 51.1º 0.8% 0.38% -
HSV(B) 51.1º 0.89% 0.68% -
XYZ 28.64 31.18 5.12 -
YUV 142.83 58.12 150.23 -
System Red Green Blue C M Y K H S L
Decimal 174 151 19 0 0.13 0.89 0.32 51.1 0.8 0.38
Hex AE 97 13 0 D 59 20 33 50 26
Octal 256 227 23 0 15 131 40 63 120 46
Binary 10101110 10010111 10011 0 1101 1011001 100000 110011 1010000 100110

Color Harmonies of #AE9713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9713

Black with #AE9713

Text Example


Text Example

White with #AE9713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9713; }

 p { color: rgb(174,151,19); }

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

background-color css

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

 a { background-color: rgb(174,151,19); }

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

border-color css

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

 span { border-color: rgb(174,151,19); }

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