Html Css Color HEX #AE941F Lucky

📋 copy color: '#AE941F'

red 174 ◦ green 148 ◦ blue 31

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

Shades of Lucky #AE941F

Tints of Lucky #AE941F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.78%

R = 49.29%
G = 41.93%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE941F (or 0xAE941F) is known color: Lucky. HEX triplet: AE, 94 and 1F. RGB value is (174,148,31). Sum of RGB (Red+Green+Blue) = 174+148+31=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE941F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE941F is #516BE0. Grayscale: #8E8E8E. Windows color (decimal): -5336033 or 2069678. OLE color: 2069678.

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

Color convert

RGB 174 148 31 -
CMYK 0 0.15 0.82 0.32
HSL 49.09º 0.7% 0.4% -
HSV(B) 49.09º 0.82% 0.68% -
XYZ 28.29 30.28 5.65 -
YUV 142.44 65.11 150.51 -
System Red Green Blue C M Y K H S L
Decimal 174 148 31 0 0.15 0.82 0.32 49.09 0.7 0.4
Hex AE 94 1F 0 F 52 20 31 46 28
Octal 256 224 37 0 17 122 40 61 106 50
Binary 10101110 10010100 11111 0 1111 1010010 100000 110001 1000110 101000

Color Harmonies of #AE941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE941F

Black with #AE941F

Text Example


Text Example

White with #AE941F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE941F; }

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

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

background-color css

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

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

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

border-color css

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

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

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