#A7A628

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

Shades of Lucky #A7A628

Tints of Lucky #A7A628

Color information

#A7A628 (or 0xA7A628) is unknown color: approx Lucky. HEX triplet: A7, A6 and 28. RGB value is (167,166,40). Sum of RGB (Red+Green+Blue) = 167+166+40=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A628 is #5859D7. Grayscale: #989898. Windows color (decimal): -5790168 or 2664103. OLE color: 2664103.

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

Color convert

RGB16716640-
CMYK00.010.760.35
HSL59.53º61.35%40.59%-
HSV(B)59.53º76.05%65.49%-
XYZ29.9635.647.31-
YUV151.9464.83138.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.77%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 40 (16.02% from 255) = 10.72%
R=44.77%
G=44.50%
B=10.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671664000.010.760.3559.5361.3540.59
HexA7A628014C233c3d29
Octal247246500111443747551
Binary1010011110100110101000011001100100011111100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A628; }

 p { color: rgb(167,166,40); }

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

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

 a { background-color: rgb(167,166,40); }

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

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

 span { border-color: rgb(167,166,40); }

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