Html Css Color HEX #AAA327 Lucky

📋 copy color: '#AAA327'

red 170 ◦ green 163 ◦ blue 39

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

Shades of Lucky #AAA327

Tints of Lucky #AAA327

RGB

 RED value IS 170 (66.8% from 255) = 45.7%

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

 BLUE value IS 39 (15.63% from 255) = 10.48%

R = 45.7%
G = 43.82%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AAA327 (or 0xAAA327) is known color: Lucky. HEX triplet: AA, A3 and 27. RGB value is (170,163,39). Sum of RGB (Red+Green+Blue) = 170+163+39=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 39 (15.62% from 255 or 10.48% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA327 is #555CD8. Grayscale: #979797. Windows color (decimal): -5594329 or 2597802. OLE color: 2597802.

HSL color Cylindrical-coordinate representation of color #AAA327: hue angle of 56.79º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAA327 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 163 39 -
CMYK 0 0.04 0.77 0.33
HSL 56.79º 0.63% 0.41% -
HSV(B) 56.79º 0.77% 0.67% -
XYZ 30.04 34.89 7.07 -
YUV 150.96 64.82 141.58 -
System Red Green Blue C M Y K H S L
Decimal 170 163 39 0 0.04 0.77 0.33 56.79 0.63 0.41
Hex AA A3 27 0 4 4D 21 39 3F 29
Octal 252 243 47 0 4 115 41 71 77 51
Binary 10101010 10100011 100111 0 100 1001101 100001 111001 111111 101001

Color Harmonies of #AAA327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA327

Black with #AAA327

Text Example


Text Example

White with #AAA327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA327; }

 p { color: rgb(170,163,39); }

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

background-color css

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

 a { background-color: rgb(170,163,39); }

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

border-color css

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

 span { border-color: rgb(170,163,39); }

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