#AB9225

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

Shades of Lucky #AB9225

Tints of Lucky #AB9225

Color information

#AB9225 (or 0xAB9225) is unknown color: approx Lucky. HEX triplet: AB, 92 and 25. RGB value is (171,146,37). Sum of RGB (Red+Green+Blue) = 171+146+37=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9225 is #546DDA. Grayscale: #8D8D8D. Windows color (decimal): -5533147 or 2462379. OLE color: 2462379.

HSL color Cylindrical-coordinate representation of color #AB9225: hue angle of 48.81º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB9225 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB17114637-
CMYK00.150.780.33
HSL48.81º64.42%40.78%-
HSV(B)48.81º78.36%67.06%-
XYZ27.4129.355.97-
YUV141.0569.28149.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.31%
GREEN value IS 146 (57.42% from 255) = 41.24%
BLUE value IS 37 (14.84% from 255) = 10.45%
R=48.31%
G=41.24%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711463700.150.780.3348.8164.4240.78
HexAB92250F4E21314029
Octal25322245017116416110051
Binary10101011100100101001010111110011101000011100011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9225; }

 p { color: rgb(171,146,37); }

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

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

 a { background-color: rgb(171,146,37); }

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

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

 span { border-color: rgb(171,146,37); }

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