#A89A1A

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

Shades of Lucky #A89A1A

Tints of Lucky #A89A1A

Color information

#A89A1A (or 0xA89A1A) is unknown color: approx Lucky. HEX triplet: A8, 9A and 1A. RGB value is (168,154,26). Sum of RGB (Red+Green+Blue) = 168+154+26=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89A1A is #5765E5. Grayscale: #909090. Windows color (decimal): -5727718 or 1743528. OLE color: 1743528.

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

Color convert

RGB16815426-
CMYK00.080.850.34
HSL54.08º73.2%38.04%-
HSV(B)54.08º84.52%65.88%-
XYZ27.8931.515.59-
YUV143.5961.64145.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.28%
GREEN value IS 154 (60.55% from 255) = 44.25%
BLUE value IS 26 (10.55% from 255) = 7.47%
R=48.28%
G=44.25%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681542600.080.850.3454.0873.238.04
HexA89A1A085522364926
Octal25023232010125426611146
Binary1010100010011010110100100010101011000101101101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89A1A; }

 p { color: rgb(168,154,26); }

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

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

 a { background-color: rgb(168,154,26); }

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

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

 span { border-color: rgb(168,154,26); }

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