Html Css Color HEX #AE9C0E Lucky

📋 copy color: '#AE9C0E'

red 174 ◦ green 156 ◦ blue 14

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

Shades of Lucky #AE9C0E

Tints of Lucky #AE9C0E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.35%

 BLUE value IS 14 (5.86% from 255) = 4.07%

R = 50.58%
G = 45.35%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AE9C0E (or 0xAE9C0E) is known color: Lucky. HEX triplet: AE, 9C and 0E. RGB value is (174,156,14). Sum of RGB (Red+Green+Blue) = 174+156+14=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9C0E is #5163F1. Grayscale: #919191. Windows color (decimal): -5334002 or 957614. OLE color: 957614.

HSL color Cylindrical-coordinate representation of color #AE9C0E: hue angle of 53.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE9C0E is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 156 14 -
CMYK 0 0.10 0.92 0.32
HSL 53.25º 0.85% 0.37% -
HSV(B) 53.25º 0.92% 0.68% -
XYZ 29.42 32.81 5.2 -
YUV 145.19 53.96 148.55 -
System Red Green Blue C M Y K H S L
Decimal 174 156 14 0 0.10 0.92 0.32 53.25 0.85 0.37
Hex AE 9C E 0 A 5C 20 35 55 25
Octal 256 234 16 0 12 134 40 65 125 45
Binary 10101110 10011100 1110 0 1010 1011100 100000 110101 1010101 100101

Color Harmonies of #AE9C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9C0E

Black with #AE9C0E

Text Example


Text Example

White with #AE9C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9C0E; }

 p { color: rgb(174,156,14); }

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

background-color css

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

 a { background-color: rgb(174,156,14); }

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

border-color css

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

 span { border-color: rgb(174,156,14); }

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