Html Css Color HEX #AE980A Lucky

📋 copy color: '#AE980A'

red 174 ◦ green 152 ◦ blue 10

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

Shades of Lucky #AE980A

Tints of Lucky #AE980A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.98%

R = 51.79%
G = 45.24%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE980A (or 0xAE980A) is known color: Lucky. HEX triplet: AE, 98 and 0A. RGB value is (174,152,10). Sum of RGB (Red+Green+Blue) = 174+152+10=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE980A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE980A is #5167F5. Grayscale: #8E8E8E. Windows color (decimal): -5335030 or 694446. OLE color: 694446.

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

Color convert

RGB 174 152 10 -
CMYK 0 0.13 0.94 0.32
HSL 51.95º 0.89% 0.36% -
HSV(B) 51.95º 0.94% 0.68% -
XYZ 28.74 31.48 4.85 -
YUV 142.39 53.29 150.55 -
System Red Green Blue C M Y K H S L
Decimal 174 152 10 0 0.13 0.94 0.32 51.95 0.89 0.36
Hex AE 98 A 0 D 5E 20 34 59 24
Octal 256 230 12 0 15 136 40 64 131 44
Binary 10101110 10011000 1010 0 1101 1011110 100000 110100 1011001 100100

Color Harmonies of #AE980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE980A

Black with #AE980A

Text Example


Text Example

White with #AE980A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE980A; }

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

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

background-color css

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

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

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

border-color css

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

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

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