Html Css Color HEX #AE901A Lucky

📋 copy color: '#AE901A'

red 174 ◦ green 144 ◦ blue 26

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

Shades of Lucky #AE901A

Tints of Lucky #AE901A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.86%

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

R = 50.58%
G = 41.86%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE901A (or 0xAE901A) is known color: Lucky. HEX triplet: AE, 90 and 1A. RGB value is (174,144,26). Sum of RGB (Red+Green+Blue) = 174+144+26=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE901A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE901A is #516FE5. Grayscale: #8C8C8C. Windows color (decimal): -5337062 or 1740974. OLE color: 1740974.

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

Color convert

RGB 174 144 26 -
CMYK 0 0.17 0.85 0.32
HSL 47.84º 0.74% 0.39% -
HSV(B) 47.84º 0.85% 0.68% -
XYZ 27.62 29.02 5.12 -
YUV 139.52 63.94 152.59 -
System Red Green Blue C M Y K H S L
Decimal 174 144 26 0 0.17 0.85 0.32 47.84 0.74 0.39
Hex AE 90 1A 0 11 55 20 30 4A 27
Octal 256 220 32 0 21 125 40 60 112 47
Binary 10101110 10010000 11010 0 10001 1010101 100000 110000 1001010 100111

Color Harmonies of #AE901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE901A

Black with #AE901A

Text Example


Text Example

White with #AE901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE901A; }

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

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

background-color css

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

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

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

border-color css

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

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

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