Html Css Color HEX #AAA513 Lucky

📋 copy color: '#AAA513'

red 170 ◦ green 165 ◦ blue 19

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

Shades of Lucky #AAA513

Tints of Lucky #AAA513

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.61%

 BLUE value IS 19 (7.81% from 255) = 5.37%

R = 48.02%
G = 46.61%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AAA513 (or 0xAAA513) is known color: Lucky. HEX triplet: AA, A5 and 13. RGB value is (170,165,19). Sum of RGB (Red+Green+Blue) = 170+165+19=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA513 is #555AEC. Grayscale: #969696. Windows color (decimal): -5593837 or 1287594. OLE color: 1287594.

HSL color Cylindrical-coordinate representation of color #AAA513: hue angle of 58.01º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAA513 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 165 19 -
CMYK 0 0.03 0.89 0.33
HSL 58.01º 0.8% 0.37% -
HSV(B) 58.01º 0.89% 0.67% -
XYZ 30.15 35.5 5.88 -
YUV 149.85 54.16 142.37 -
System Red Green Blue C M Y K H S L
Decimal 170 165 19 0 0.03 0.89 0.33 58.01 0.8 0.37
Hex AA A5 13 0 3 59 21 3A 50 25
Octal 252 245 23 0 3 131 41 72 120 45
Binary 10101010 10100101 10011 0 11 1011001 100001 111010 1010000 100101

Color Harmonies of #AAA513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA513

Black with #AAA513

Text Example


Text Example

White with #AAA513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA513; }

 p { color: rgb(170,165,19); }

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

background-color css

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

 a { background-color: rgb(170,165,19); }

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

border-color css

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

 span { border-color: rgb(170,165,19); }

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