Html Css Color HEX #AE980D Lucky

📋 copy color: '#AE980D'

red 174 ◦ green 152 ◦ blue 13

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

Shades of Lucky #AE980D

Tints of Lucky #AE980D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.83%

R = 51.33%
G = 44.84%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE980D (or 0xAE980D) is known color: Lucky. HEX triplet: AE, 98 and 0D. RGB value is (174,152,13). Sum of RGB (Red+Green+Blue) = 174+152+13=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE980D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE980D is #5167F2. Grayscale: #8F8F8F. Windows color (decimal): -5335027 or 891054. OLE color: 891054.

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

Color convert

RGB 174 152 13 -
CMYK 0 0.13 0.93 0.32
HSL 51.8º 0.86% 0.37% -
HSV(B) 51.8º 0.93% 0.68% -
XYZ 28.76 31.48 4.94 -
YUV 142.73 54.79 150.3 -
System Red Green Blue C M Y K H S L
Decimal 174 152 13 0 0.13 0.93 0.32 51.8 0.86 0.37
Hex AE 98 D 0 D 5D 20 34 56 25
Octal 256 230 15 0 15 135 40 64 126 45
Binary 10101110 10011000 1101 0 1101 1011101 100000 110100 1010110 100101

Color Harmonies of #AE980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE980D

Black with #AE980D

Text Example


Text Example

White with #AE980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE980D; }

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

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

background-color css

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

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

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

border-color css

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

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

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