#A9883B

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

Shades of Alpine #A9883B

Tints of Alpine #A9883B

Color information

#A9883B (or 0xA9883B) is unknown color: approx Alpine. HEX triplet: A9, 88 and 3B. RGB value is (169,136,59). Sum of RGB (Red+Green+Blue) = 169+136+59=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A9883B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9883B is #5677C4. Grayscale: #898989. Windows color (decimal): -5666757 or 3901609. OLE color: 3901609.

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

Color convert

RGB16913659-
CMYK00.200.650.34
HSL42º48.25%44.71%-
HSV(B)42º65.09%66.27%-
XYZ25.9626.367.86-
YUV137.0983.93150.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.43%
GREEN value IS 136 (53.52% from 255) = 37.36%
BLUE value IS 59 (23.44% from 255) = 16.21%
R=46.43%
G=37.36%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691365900.200.650.344248.2544.71
HexA9883B01441222a302d
Octal2512107302410142526055
Binary10101001100010001110110101001000001100010101010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9883B; }

 p { color: rgb(169,136,59); }

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

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

 a { background-color: rgb(169,136,59); }

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

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

 span { border-color: rgb(169,136,59); }

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