Html Css Color HEX #AE941C Lucky

📋 copy color: '#AE941C'

red 174 ◦ green 148 ◦ blue 28

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

Shades of Lucky #AE941C

Tints of Lucky #AE941C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.29%

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

R = 49.71%
G = 42.29%
B = 8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE941C (or 0xAE941C) is known color: Lucky. HEX triplet: AE, 94 and 1C. RGB value is (174,148,28). Sum of RGB (Red+Green+Blue) = 174+148+28=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE941C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE941C is #516BE3. Grayscale: #8E8E8E. Windows color (decimal): -5336036 or 1873070. OLE color: 1873070.

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

Color convert

RGB 174 148 28 -
CMYK 0 0.15 0.84 0.32
HSL 49.32º 0.72% 0.4% -
HSV(B) 49.32º 0.84% 0.68% -
XYZ 28.26 30.26 5.45 -
YUV 142.09 63.61 150.76 -
System Red Green Blue C M Y K H S L
Decimal 174 148 28 0 0.15 0.84 0.32 49.32 0.72 0.4
Hex AE 94 1C 0 F 54 20 31 48 28
Octal 256 224 34 0 17 124 40 61 110 50
Binary 10101110 10010100 11100 0 1111 1010100 100000 110001 1001000 101000

Color Harmonies of #AE941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE941C

Black with #AE941C

Text Example


Text Example

White with #AE941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE941C; }

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

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

background-color css

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

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

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

border-color css

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

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

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