#A9803B

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

Shades of Alpine #A9803B

Tints of Alpine #A9803B

Color information

#A9803B (or 0xA9803B) is unknown color: approx Alpine. HEX triplet: A9, 80 and 3B. RGB value is (169,128,59). Sum of RGB (Red+Green+Blue) = 169+128+59=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A9803B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9803B is #567FC4. Grayscale: #848484. Windows color (decimal): -5668805 or 3899561. OLE color: 3899561.

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

Color convert

RGB16912859-
CMYK00.240.650.34
HSL37.64º48.25%44.71%-
HSV(B)37.64º65.09%66.27%-
XYZ24.8724.197.5-
YUV132.3986.58154.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 59 (23.44% from 255) = 16.57%
R=47.47%
G=35.96%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691285900.240.650.3437.6448.2544.71
HexA9803B018412226302d
Octal2512007303010142466055
Binary10101001100000001110110110001000001100010100110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9803B; }

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

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

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

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

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

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

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

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