#A98341

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

Shades of Alpine #A98341

Tints of Alpine #A98341

Color information

#A98341 (or 0xA98341) is unknown color: approx Alpine. HEX triplet: A9, 83 and 41. RGB value is (169,131,65). Sum of RGB (Red+Green+Blue) = 169+131+65=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A98341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98341 is #567CBE. Grayscale: #878787. Windows color (decimal): -5668031 or 4293545. OLE color: 4293545.

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

Color convert

RGB16913165-
CMYK00.220.620.34
HSL38.08º44.44%45.88%-
HSV(B)38.08º61.54%66.27%-
XYZ25.4325.058.5-
YUV134.8488.59152.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.30%
GREEN value IS 131 (51.56% from 255) = 35.89%
BLUE value IS 65 (25.78% from 255) = 17.81%
R=46.30%
G=35.89%
B=17.81%

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
Decimal1691316500.220.620.3438.0844.4445.88
HexA983410163E22262c2e
Octal2512031010267642465456
Binary10101001100000111000001010110111110100010100110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98341; }

 p { color: rgb(169,131,65); }

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

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

 a { background-color: rgb(169,131,65); }

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

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

 span { border-color: rgb(169,131,65); }

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