Html Css Color HEX #AAA510 Lucky

📋 copy color: '#AAA510'

red 170 ◦ green 165 ◦ blue 16

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

Shades of Lucky #AAA510

Tints of Lucky #AAA510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.56%

R = 48.43%
G = 47.01%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AAA510 (or 0xAAA510) is known color: Lucky. HEX triplet: AA, A5 and 10. RGB value is (170,165,16). Sum of RGB (Red+Green+Blue) = 170+165+16=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA510 is #555AEF. Grayscale: #969696. Windows color (decimal): -5593840 or 1090986. OLE color: 1090986.

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

Color convert

RGB 170 165 16 -
CMYK 0 0.03 0.91 0.33
HSL 58.05º 0.83% 0.36% -
HSV(B) 58.05º 0.91% 0.67% -
XYZ 30.13 35.49 5.75 -
YUV 149.51 52.66 142.62 -
System Red Green Blue C M Y K H S L
Decimal 170 165 16 0 0.03 0.91 0.33 58.05 0.83 0.36
Hex AA A5 10 0 3 5B 21 3A 53 24
Octal 252 245 20 0 3 133 41 72 123 44
Binary 10101010 10100101 10000 0 11 1011011 100001 111010 1010011 100100

Color Harmonies of #AAA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA510

Black with #AAA510

Text Example


Text Example

White with #AAA510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA510; }

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

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

background-color css

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

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

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

border-color css

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

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

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