Html Css Color HEX #AE951E Lucky

📋 copy color: '#AE951E'

red 174 ◦ green 149 ◦ blue 30

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

Shades of Lucky #AE951E

Tints of Lucky #AE951E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.21%

 BLUE value IS 30 (12.11% from 255) = 8.5%

R = 49.29%
G = 42.21%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE951E (or 0xAE951E) is known color: Lucky. HEX triplet: AE, 95 and 1E. RGB value is (174,149,30). Sum of RGB (Red+Green+Blue) = 174+149+30=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE951E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE951E is #516AE1. Grayscale: #8F8F8F. Windows color (decimal): -5335778 or 2004398. OLE color: 2004398.

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

Color convert

RGB 174 149 30 -
CMYK 0 0.14 0.83 0.32
HSL 49.58º 0.71% 0.4% -
HSV(B) 49.58º 0.83% 0.68% -
XYZ 28.44 30.59 5.63 -
YUV 142.91 64.28 150.18 -
System Red Green Blue C M Y K H S L
Decimal 174 149 30 0 0.14 0.83 0.32 49.58 0.71 0.4
Hex AE 95 1E 0 E 53 20 32 47 28
Octal 256 225 36 0 16 123 40 62 107 50
Binary 10101110 10010101 11110 0 1110 1010011 100000 110010 1000111 101000

Color Harmonies of #AE951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE951E

Black with #AE951E

Text Example


Text Example

White with #AE951E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE951E; }

 p { color: rgb(174,149,30); }

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

background-color css

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

 a { background-color: rgb(174,149,30); }

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

border-color css

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

 span { border-color: rgb(174,149,30); }

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