Html Css Color HEX #AE901E Lucky

📋 copy color: '#AE901E'

red 174 ◦ green 144 ◦ blue 30

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

Shades of Lucky #AE901E

Tints of Lucky #AE901E

RGB

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

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

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

R = 50%
G = 41.38%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE901E (or 0xAE901E) is known color: Lucky. HEX triplet: AE, 90 and 1E. RGB value is (174,144,30). Sum of RGB (Red+Green+Blue) = 174+144+30=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE901E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE901E is #516FE1. Grayscale: #8C8C8C. Windows color (decimal): -5337058 or 2003118. OLE color: 2003118.

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

Color convert

RGB 174 144 30 -
CMYK 0 0.17 0.83 0.32
HSL 47.5º 0.71% 0.4% -
HSV(B) 47.5º 0.83% 0.68% -
XYZ 27.66 29.04 5.38 -
YUV 139.97 65.94 152.27 -
System Red Green Blue C M Y K H S L
Decimal 174 144 30 0 0.17 0.83 0.32 47.5 0.71 0.4
Hex AE 90 1E 0 11 53 20 30 47 28
Octal 256 220 36 0 21 123 40 60 107 50
Binary 10101110 10010000 11110 0 10001 1010011 100000 110000 1000111 101000

Color Harmonies of #AE901E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE901E

Black with #AE901E

Text Example


Text Example

White with #AE901E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE901E; }

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

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

background-color css

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

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

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

border-color css

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

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

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