#A98440

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

Shades of Alpine #A98440

Tints of Alpine #A98440

Color information

#A98440 (or 0xA98440) is unknown color: approx Alpine. HEX triplet: A9, 84 and 40. RGB value is (169,132,64). Sum of RGB (Red+Green+Blue) = 169+132+64=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A98440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98440 is #567BBF. Grayscale: #878787. Windows color (decimal): -5667776 or 4228265. OLE color: 4228265.

HSL color Cylindrical-coordinate representation of color #A98440: hue angle of 38.86º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A98440 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB16913264-
CMYK00.220.620.34
HSL38.86º45.06%45.69%-
HSV(B)38.86º62.13%66.27%-
XYZ25.5425.318.39-
YUV135.3187.76152.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.30%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 64 (25.39% from 255) = 17.53%
R=46.30%
G=36.16%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691326400.220.620.3438.8645.0645.69
HexA984400163E22272d2e
Octal2512041000267642475556
Binary10101001100001001000000010110111110100010100111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98440; }

 p { color: rgb(169,132,64); }

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

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

 a { background-color: rgb(169,132,64); }

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

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

 span { border-color: rgb(169,132,64); }

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