#A98240

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

Shades of Alpine #A98240

Tints of Alpine #A98240

Color information

#A98240 (or 0xA98240) is unknown color: approx Alpine. HEX triplet: A9, 82 and 40. RGB value is (169,130,64). Sum of RGB (Red+Green+Blue) = 169+130+64=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A98240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98240 is #567DBF. Grayscale: #868686. Windows color (decimal): -5668288 or 4227753. OLE color: 4227753.

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

Color convert

RGB16913064-
CMYK00.230.620.34
HSL37.71º45.06%45.69%-
HSV(B)37.71º62.13%66.27%-
XYZ25.2724.778.3-
YUV134.1488.42152.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 64 (25.39% from 255) = 17.63%
R=46.56%
G=35.81%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691306400.230.620.3437.7145.0645.69
HexA982400173E22262d2e
Octal2512021000277642465556
Binary10101001100000101000000010111111110100010100110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98240; }

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

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

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

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

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

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

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

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