#A9961B

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

Shades of Lucky #A9961B

Tints of Lucky #A9961B

Color information

#A9961B (or 0xA9961B) is unknown color: approx Lucky. HEX triplet: A9, 96 and 1B. RGB value is (169,150,27). Sum of RGB (Red+Green+Blue) = 169+150+27=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A9961B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9961B is #5669E4. Grayscale: #8E8E8E. Windows color (decimal): -5663205 or 1808041. OLE color: 1808041.

HSL color Cylindrical-coordinate representation of color #A9961B: hue angle of 51.97º 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 #A9961B is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB16915027-
CMYK00.110.840.34
HSL51.97º72.45%38.43%-
HSV(B)51.97º84.02%66.27%-
XYZ27.4730.335.44-
YUV141.6663.29147.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.84%
GREEN value IS 150 (58.98% from 255) = 43.35%
BLUE value IS 27 (10.94% from 255) = 7.80%
R=48.84%
G=43.35%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691502700.110.840.3451.9772.4538.43
HexA9961B0B5422344826
Octal25122633013124426411046
Binary1010100110010110110110101110101001000101101001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9961B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9961B; }

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

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

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

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

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

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

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

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