Html Css Color HEX #AAA31D Lucky

📋 copy color: '#AAA31D'

red 170 ◦ green 163 ◦ blue 29

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

Shades of Lucky #AAA31D

Tints of Lucky #AAA31D

RGB

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

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

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

R = 46.96%
G = 45.03%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AAA31D (or 0xAAA31D) is known color: Lucky. HEX triplet: AA, A3 and 1D. RGB value is (170,163,29). Sum of RGB (Red+Green+Blue) = 170+163+29=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA31D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA31D is #555CE2. Grayscale: #969696. Windows color (decimal): -5594339 or 1942442. OLE color: 1942442.

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

Color convert

RGB 170 163 29 -
CMYK 0 0.04 0.83 0.33
HSL 57.02º 0.71% 0.39% -
HSV(B) 57.02º 0.83% 0.67% -
XYZ 29.9 34.83 6.31 -
YUV 149.82 59.82 142.4 -
System Red Green Blue C M Y K H S L
Decimal 170 163 29 0 0.04 0.83 0.33 57.02 0.71 0.39
Hex AA A3 1D 0 4 53 21 39 47 27
Octal 252 243 35 0 4 123 41 71 107 47
Binary 10101010 10100011 11101 0 100 1010011 100001 111001 1000111 100111

Color Harmonies of #AAA31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA31D

Black with #AAA31D

Text Example


Text Example

White with #AAA31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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