Html Css Color HEX #AE9120 Lucky

📋 copy color: '#AE9120'

red 174 ◦ green 145 ◦ blue 32

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

Shades of Lucky #AE9120

Tints of Lucky #AE9120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.12%

R = 49.57%
G = 41.31%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE9120 (or 0xAE9120) is known color: Lucky. HEX triplet: AE, 91 and 20. RGB value is (174,145,32). Sum of RGB (Red+Green+Blue) = 174+145+32=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9120 is #516EDF. Grayscale: #8D8D8D. Windows color (decimal): -5336800 or 2134446. OLE color: 2134446.

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

Color convert

RGB 174 145 32 -
CMYK 0 0.17 0.82 0.32
HSL 47.75º 0.69% 0.4% -
HSV(B) 47.75º 0.82% 0.68% -
XYZ 27.84 29.35 5.56 -
YUV 140.79 66.61 151.69 -
System Red Green Blue C M Y K H S L
Decimal 174 145 32 0 0.17 0.82 0.32 47.75 0.69 0.4
Hex AE 91 20 0 11 52 20 30 45 28
Octal 256 221 40 0 21 122 40 60 105 50
Binary 10101110 10010001 100000 0 10001 1010010 100000 110000 1000101 101000

Color Harmonies of #AE9120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9120

Black with #AE9120

Text Example


Text Example

White with #AE9120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9120; }

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

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

background-color css

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

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

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

border-color css

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

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

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