#A7A226

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

Shades of Lucky #A7A226

Tints of Lucky #A7A226

Color information

#A7A226 (or 0xA7A226) is unknown color: approx Lucky. HEX triplet: A7, A2 and 26. RGB value is (167,162,38). Sum of RGB (Red+Green+Blue) = 167+162+38=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A226 is #585DD9. Grayscale: #959595. Windows color (decimal): -5791194 or 2532007. OLE color: 2532007.

HSL color Cylindrical-coordinate representation of color #A7A226: hue angle of 57.67º 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 #A7A226 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB16716238-
CMYK00.030.770.35
HSL57.67º62.93%40.2%-
HSV(B)57.67º77.25%65.49%-
XYZ29.2134.26.89-
YUV149.3665.16140.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.50%
GREEN value IS 162 (63.67% from 255) = 44.14%
BLUE value IS 38 (15.23% from 255) = 10.35%
R=45.50%
G=44.14%
B=10.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671623800.030.770.3557.6762.9340.2
HexA7A226034D233a3f28
Octal247242460311543727750
Binary10100111101000101001100111001101100011111010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A226; }

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

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

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

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

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

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

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

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