Html Css Color HEX #AAA507 Lucky

📋 copy color: '#AAA507'

red 170 ◦ green 165 ◦ blue 7

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

Shades of Lucky #AAA507

Tints of Lucky #AAA507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.05%

R = 49.71%
G = 48.25%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AAA507 (or 0xAAA507) is known color: Lucky. HEX triplet: AA, A5 and 07. RGB value is (170,165,7). Sum of RGB (Red+Green+Blue) = 170+165+7=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA507 is #555AF8. Grayscale: #959595. Windows color (decimal): -5593849 or 501162. OLE color: 501162.

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

Color convert

RGB 170 165 7 -
CMYK 0 0.03 0.96 0.33
HSL 58.16º 0.92% 0.35% -
HSV(B) 58.16º 0.96% 0.67% -
XYZ 30.07 35.47 5.46 -
YUV 148.48 48.16 143.35 -
System Red Green Blue C M Y K H S L
Decimal 170 165 7 0 0.03 0.96 0.33 58.16 0.92 0.35
Hex AA A5 7 0 3 60 21 3A 5C 23
Octal 252 245 7 0 3 140 41 72 134 43
Binary 10101010 10100101 111 0 11 1100000 100001 111010 1011100 100011

Color Harmonies of #AAA507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA507

Black with #AAA507

Text Example


Text Example

White with #AAA507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA507; }

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

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

background-color css

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

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

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

border-color css

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

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

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