Html Css Color HEX #AE911D Lucky

📋 copy color: '#AE911D'

red 174 ◦ green 145 ◦ blue 29

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

Shades of Lucky #AE911D

Tints of Lucky #AE911D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.33%

R = 50%
G = 41.67%
B = 8.33%

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

#AE911D (or 0xAE911D) is known color: Lucky. HEX triplet: AE, 91 and 1D. RGB value is (174,145,29). Sum of RGB (Red+Green+Blue) = 174+145+29=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE911D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE911D is #516EE2. Grayscale: #8C8C8C. Windows color (decimal): -5336803 or 1937838. OLE color: 1937838.

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

Color convert

RGB 174 145 29 -
CMYK 0 0.17 0.83 0.32
HSL 48º 0.71% 0.4% -
HSV(B) 48º 0.83% 0.68% -
XYZ 27.8 29.34 5.36 -
YUV 140.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 174 145 29 0 0.17 0.83 0.32 48 0.71 0.4
Hex AE 91 1D 0 11 53 20 30 47 28
Octal 256 221 35 0 21 123 40 60 107 50
Binary 10101110 10010001 11101 0 10001 1010011 100000 110000 1000111 101000

Color Harmonies of #AE911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE911D

Black with #AE911D

Text Example


Text Example

White with #AE911D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE911D; }

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

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

background-color css

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

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

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

border-color css

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

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

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