#A9951B

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

Shades of Lucky #A9951B

Tints of Lucky #A9951B

Color information

#A9951B (or 0xA9951B) is unknown color: approx Lucky. HEX triplet: A9, 95 and 1B. RGB value is (169,149,27). Sum of RGB (Red+Green+Blue) = 169+149+27=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A9951B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9951B is #566AE4. Grayscale: #8D8D8D. Windows color (decimal): -5663461 or 1807785. OLE color: 1807785.

HSL color Cylindrical-coordinate representation of color #A9951B: hue angle of 51.55º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A9951B is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB16914927-
CMYK00.120.840.34
HSL51.55º72.45%38.43%-
HSV(B)51.55º84.02%66.27%-
XYZ27.3130.015.39-
YUV141.0763.63147.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.99%
GREEN value IS 149 (58.59% from 255) = 43.19%
BLUE value IS 27 (10.94% from 255) = 7.83%
R=48.99%
G=43.19%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691492700.120.840.3451.5572.4538.43
HexA9951B0C5422344826
Octal25122533014124426411046
Binary1010100110010101110110110010101001000101101001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9951B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9951B; }

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

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

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

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

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

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

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

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