#A4982B

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

Shades of Lucky #A4982B

Tints of Lucky #A4982B

Color information

#A4982B (or 0xA4982B) is unknown color: approx Lucky. HEX triplet: A4, 98 and 2B. RGB value is (164,152,43). Sum of RGB (Red+Green+Blue) = 164+152+43=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4982B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4982B is #5B67D4. Grayscale: #8F8F8F. Windows color (decimal): -5990357 or 2857124. OLE color: 2857124.

HSL color Cylindrical-coordinate representation of color #A4982B: hue angle of 54.05º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4982B is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB16415243-
CMYK00.070.740.36
HSL54.05º58.45%40.59%-
HSV(B)54.05º73.78%64.31%-
XYZ26.9730.526.76-
YUV143.1671.48142.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 43 (17.19% from 255) = 11.98%
R=45.68%
G=42.34%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641524300.070.740.3654.0558.4540.59
HexA4982B074A24363a29
Octal244230530711244667251
Binary101001001001100010101101111001010100100110110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4982B; }

 p { color: rgb(164,152,43); }

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

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

 a { background-color: rgb(164,152,43); }

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

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

 span { border-color: rgb(164,152,43); }

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