#A98136

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

Shades of Alpine #A98136

Tints of Alpine #A98136

Color information

#A98136 (or 0xA98136) is unknown color: approx Alpine. HEX triplet: A9, 81 and 36. RGB value is (169,129,54). Sum of RGB (Red+Green+Blue) = 169+129+54=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A98136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98136 is #567EC9. Grayscale: #848484. Windows color (decimal): -5668554 or 3572137. OLE color: 3572137.

HSL color Cylindrical-coordinate representation of color #A98136: hue angle of 39.13º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A98136 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB16912954-
CMYK00.240.680.34
HSL39.13º51.57%43.73%-
HSV(B)39.13º68.05%66.27%-
XYZ24.8824.46.89-
YUV132.4183.75154.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.01%
GREEN value IS 129 (50.78% from 255) = 36.65%
BLUE value IS 54 (21.48% from 255) = 15.34%
R=48.01%
G=36.65%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691295400.240.680.3439.1351.5743.73
HexA98136018442227342c
Octal2512016603010442476454
Binary10101001100000011101100110001000100100010100111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98136; }

 p { color: rgb(169,129,54); }

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

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

 a { background-color: rgb(169,129,54); }

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

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

 span { border-color: rgb(169,129,54); }

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