#A7A526

Color #A7A526 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A7A526

Tints of Lucky #A7A526

Color information

#A7A526 (or 0xA7A526) is unknown color: approx Lucky. HEX triplet: A7, A5 and 26. RGB value is (167,165,38). Sum of RGB (Red+Green+Blue) = 167+165+38=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A526 is #585AD9. Grayscale: #979797. Windows color (decimal): -5790426 or 2532775. OLE color: 2532775.

HSL color Cylindrical-coordinate representation of color #A7A526: hue angle of 59.07º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A7A526 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB16716538-
CMYK00.010.770.35
HSL59.07º62.93%40.2%-
HSV(B)59.07º77.25%65.49%-
XYZ29.7435.277.07-
YUV151.1264.16139.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.14%
GREEN value IS 165 (64.84% from 255) = 44.59%
BLUE value IS 38 (15.23% from 255) = 10.27%
R=45.14%
G=44.59%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671653800.010.770.3559.0762.9340.2
HexA7A526014D233b3f28
Octal247245460111543737750
Binary1010011110100101100110011001101100011111011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A526; }

 p { color: rgb(167,165,38); }

 H1.HeaderClassName
 {
   color: #A7A526;
 }
 .AnyTagClassName
 {
   color: #A7A526;
 }
</style>
background-color css

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

 a { background-color: rgb(167,165,38); }

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

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

 span { border-color: rgb(167,165,38); }

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