#AA951B

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

Shades of Lucky #AA951B

Tints of Lucky #AA951B

Color information

#AA951B (or 0xAA951B) is unknown color: approx Lucky. HEX triplet: AA, 95 and 1B. RGB value is (170,149,27). Sum of RGB (Red+Green+Blue) = 170+149+27=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA951B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA951B is #556AE4. Grayscale: #8D8D8D. Windows color (decimal): -5597925 or 1807786. OLE color: 1807786.

HSL color Cylindrical-coordinate representation of color #AA951B: hue angle of 51.19º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA951B is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB17014927-
CMYK00.120.840.33
HSL51.19º72.59%38.63%-
HSV(B)51.19º84.12%66.67%-
XYZ27.5230.125.4-
YUV141.3763.46148.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 149 (58.59% from 255) = 43.06%
BLUE value IS 27 (10.94% from 255) = 7.80%
R=49.13%
G=43.06%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701492700.120.840.3351.1972.5938.63
HexAA951B0C5421334927
Octal25222533014124416311147
Binary1010101010010101110110110010101001000011100111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA951B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA951B; }

 p { color: rgb(170,149,27); }

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

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

 a { background-color: rgb(170,149,27); }

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

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

 span { border-color: rgb(170,149,27); }

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