Html Css Color HEX #AE9220 Lucky

📋 copy color: '#AE9220'

red 174 ◦ green 146 ◦ blue 32

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

Shades of Lucky #AE9220

Tints of Lucky #AE9220

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.48%

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

R = 49.43%
G = 41.48%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE9220 (or 0xAE9220) is known color: Lucky. HEX triplet: AE, 92 and 20. RGB value is (174,146,32). Sum of RGB (Red+Green+Blue) = 174+146+32=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9220 is #516DDF. Grayscale: #8D8D8D. Windows color (decimal): -5336544 or 2134702. OLE color: 2134702.

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

Color convert

RGB 174 146 32 -
CMYK 0 0.16 0.82 0.32
HSL 48.17º 0.69% 0.4% -
HSV(B) 48.17º 0.82% 0.68% -
XYZ 28 29.66 5.62 -
YUV 141.38 66.28 151.27 -
System Red Green Blue C M Y K H S L
Decimal 174 146 32 0 0.16 0.82 0.32 48.17 0.69 0.4
Hex AE 92 20 0 10 52 20 30 45 28
Octal 256 222 40 0 20 122 40 60 105 50
Binary 10101110 10010010 100000 0 10000 1010010 100000 110000 1000101 101000

Color Harmonies of #AE9220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9220

Black with #AE9220

Text Example


Text Example

White with #AE9220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9220; }

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

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

background-color css

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

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

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

border-color css

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

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

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