Html Css Color HEX #AE951C Lucky

📋 copy color: '#AE951C'

red 174 ◦ green 149 ◦ blue 28

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

Shades of Lucky #AE951C

Tints of Lucky #AE951C

RGB

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

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

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

R = 49.57%
G = 42.45%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE951C (or 0xAE951C) is known color: Lucky. HEX triplet: AE, 95 and 1C. RGB value is (174,149,28). Sum of RGB (Red+Green+Blue) = 174+149+28=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE951C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE951C is #516AE3. Grayscale: #8F8F8F. Windows color (decimal): -5335780 or 1873326. OLE color: 1873326.

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

Color convert

RGB 174 149 28 -
CMYK 0 0.14 0.84 0.32
HSL 49.73º 0.72% 0.4% -
HSV(B) 49.73º 0.84% 0.68% -
XYZ 28.41 30.58 5.5 -
YUV 142.68 63.28 150.34 -
System Red Green Blue C M Y K H S L
Decimal 174 149 28 0 0.14 0.84 0.32 49.73 0.72 0.4
Hex AE 95 1C 0 E 54 20 32 48 28
Octal 256 225 34 0 16 124 40 62 110 50
Binary 10101110 10010101 11100 0 1110 1010100 100000 110010 1001000 101000

Color Harmonies of #AE951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE951C

Black with #AE951C

Text Example


Text Example

White with #AE951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE951C; }

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

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

background-color css

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

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

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

border-color css

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

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

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