Html Css Color HEX #AEA320 Lucky

📋 copy color: '#AEA320'

red 174 ◦ green 163 ◦ blue 32

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

Shades of Lucky #AEA320

Tints of Lucky #AEA320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.17%

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

R = 47.15%
G = 44.17%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AEA320 (or 0xAEA320) is known color: Lucky. HEX triplet: AE, A3 and 20. RGB value is (174,163,32). Sum of RGB (Red+Green+Blue) = 174+163+32=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA320 is #515CDF. Grayscale: #979797. Windows color (decimal): -5332192 or 2139054. OLE color: 2139054.

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

Color convert

RGB 174 163 32 -
CMYK 0 0.06 0.82 0.32
HSL 55.35º 0.69% 0.4% -
HSV(B) 55.35º 0.82% 0.68% -
XYZ 30.81 35.3 6.56 -
YUV 151.36 60.64 144.15 -
System Red Green Blue C M Y K H S L
Decimal 174 163 32 0 0.06 0.82 0.32 55.35 0.69 0.4
Hex AE A3 20 0 6 52 20 37 45 28
Octal 256 243 40 0 6 122 40 67 105 50
Binary 10101110 10100011 100000 0 110 1010010 100000 110111 1000101 101000

Color Harmonies of #AEA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA320

Black with #AEA320

Text Example


Text Example

White with #AEA320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA320; }

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

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

background-color css

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

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

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

border-color css

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

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

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