Html Css Color HEX #AE951A Lucky

📋 copy color: '#AE951A'

red 174 ◦ green 149 ◦ blue 26

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

Shades of Lucky #AE951A

Tints of Lucky #AE951A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.45%

R = 49.86%
G = 42.69%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE951A (or 0xAE951A) is known color: Lucky. HEX triplet: AE, 95 and 1A. RGB value is (174,149,26). Sum of RGB (Red+Green+Blue) = 174+149+26=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE951A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE951A is #516AE5. Grayscale: #8E8E8E. Windows color (decimal): -5335782 or 1742254. OLE color: 1742254.

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

Color convert

RGB 174 149 26 -
CMYK 0 0.14 0.85 0.32
HSL 49.86º 0.74% 0.39% -
HSV(B) 49.86º 0.85% 0.68% -
XYZ 28.39 30.57 5.38 -
YUV 142.45 62.28 150.5 -
System Red Green Blue C M Y K H S L
Decimal 174 149 26 0 0.14 0.85 0.32 49.86 0.74 0.39
Hex AE 95 1A 0 E 55 20 32 4A 27
Octal 256 225 32 0 16 125 40 62 112 47
Binary 10101110 10010101 11010 0 1110 1010101 100000 110010 1001010 100111

Color Harmonies of #AE951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE951A

Black with #AE951A

Text Example


Text Example

White with #AE951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE951A; }

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

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

background-color css

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

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

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

border-color css

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

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

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