Html Css Color HEX #AE981C Lucky

📋 copy color: '#AE981C'

red 174 ◦ green 152 ◦ blue 28

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

Shades of Lucky #AE981C

Tints of Lucky #AE981C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.91%

R = 49.15%
G = 42.94%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE981C (or 0xAE981C) is known color: Lucky. HEX triplet: AE, 98 and 1C. RGB value is (174,152,28). Sum of RGB (Red+Green+Blue) = 174+152+28=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE981C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE981C is #5167E3. Grayscale: #909090. Windows color (decimal): -5335012 or 1874094. OLE color: 1874094.

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

Color convert

RGB 174 152 28 -
CMYK 0 0.13 0.84 0.32
HSL 50.96º 0.72% 0.4% -
HSV(B) 50.96º 0.84% 0.68% -
XYZ 28.89 31.54 5.66 -
YUV 144.44 62.29 149.08 -
System Red Green Blue C M Y K H S L
Decimal 174 152 28 0 0.13 0.84 0.32 50.96 0.72 0.4
Hex AE 98 1C 0 D 54 20 33 48 28
Octal 256 230 34 0 15 124 40 63 110 50
Binary 10101110 10011000 11100 0 1101 1010100 100000 110011 1001000 101000

Color Harmonies of #AE981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE981C

Black with #AE981C

Text Example


Text Example

White with #AE981C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE981C; }

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

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

background-color css

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

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

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

border-color css

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

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

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