Html Css Color HEX #AE910F Lucky

📋 copy color: '#AE910F'

red 174 ◦ green 145 ◦ blue 15

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

Shades of Lucky #AE910F

Tints of Lucky #AE910F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.41%

 BLUE value IS 15 (6.25% from 255) = 4.49%

R = 52.1%
G = 43.41%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE910F (or 0xAE910F) is known color: Lucky. HEX triplet: AE, 91 and 0F. RGB value is (174,145,15). Sum of RGB (Red+Green+Blue) = 174+145+15=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE910F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE910F is #516EF0. Grayscale: #8B8B8B. Windows color (decimal): -5336817 or 1020334. OLE color: 1020334.

HSL color Cylindrical-coordinate representation of color #AE910F: hue angle of 49.06º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE910F is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 145 15 -
CMYK 0 0.17 0.91 0.32
HSL 49.06º 0.84% 0.37% -
HSV(B) 49.06º 0.91% 0.68% -
XYZ 27.67 29.28 4.65 -
YUV 138.85 58.11 153.07 -
System Red Green Blue C M Y K H S L
Decimal 174 145 15 0 0.17 0.91 0.32 49.06 0.84 0.37
Hex AE 91 F 0 11 5B 20 31 54 25
Octal 256 221 17 0 21 133 40 61 124 45
Binary 10101110 10010001 1111 0 10001 1011011 100000 110001 1010100 100101

Color Harmonies of #AE910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE910F

Black with #AE910F

Text Example


Text Example

White with #AE910F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE910F; }

 p { color: rgb(174,145,15); }

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

background-color css

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

 a { background-color: rgb(174,145,15); }

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

border-color css

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

 span { border-color: rgb(174,145,15); }

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