Html Css Color HEX #AE980E Lucky

📋 copy color: '#AE980E'

red 174 ◦ green 152 ◦ blue 14

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

Shades of Lucky #AE980E

Tints of Lucky #AE980E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.71%

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

R = 51.18%
G = 44.71%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AE980E (or 0xAE980E) is known color: Lucky. HEX triplet: AE, 98 and 0E. RGB value is (174,152,14). Sum of RGB (Red+Green+Blue) = 174+152+14=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE980E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE980E is #5167F1. Grayscale: #8F8F8F. Windows color (decimal): -5335026 or 956590. OLE color: 956590.

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

Color convert

RGB 174 152 14 -
CMYK 0 0.13 0.92 0.32
HSL 51.75º 0.85% 0.37% -
HSV(B) 51.75º 0.92% 0.68% -
XYZ 28.76 31.49 4.98 -
YUV 142.85 55.29 150.22 -
System Red Green Blue C M Y K H S L
Decimal 174 152 14 0 0.13 0.92 0.32 51.75 0.85 0.37
Hex AE 98 E 0 D 5C 20 34 55 25
Octal 256 230 16 0 15 134 40 64 125 45
Binary 10101110 10011000 1110 0 1101 1011100 100000 110100 1010101 100101

Color Harmonies of #AE980E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE980E

Black with #AE980E

Text Example


Text Example

White with #AE980E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE980E; }

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

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

background-color css

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

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

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

border-color css

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

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

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