#A89601

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

Shades of Lucky #A89601

Tints of Lucky #A89601

Color information

#A89601 (or 0xA89601) is unknown color: approx Lucky. HEX triplet: A8, 96 and 01. RGB value is (168,150,1). Sum of RGB (Red+Green+Blue) = 168+150+1=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A89601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89601 is #5769FE. Grayscale: #8B8B8B. Windows color (decimal): -5728767 or 104104. OLE color: 104104.

HSL color Cylindrical-coordinate representation of color #A89601: hue angle of 53.53º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A89601 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB1681501-
CMYK00.110.990.34
HSL53.53º98.82%33.14%-
HSV(B)53.53º99.4%65.88%-
XYZ27.0630.144.42-
YUV138.450.46149.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.66%
GREEN value IS 150 (58.98% from 255) = 47.02%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=52.66%
G=47.02%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168150100.110.990.3453.5398.8233.14
HexA89610B6322366321
Octal2502261013143426614341
Binary101010001001011010101111000111000101101101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89601; }

 p { color: rgb(168,150,1); }

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

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

 a { background-color: rgb(168,150,1); }

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

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

 span { border-color: rgb(168,150,1); }

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