#A9813B

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

Shades of Alpine #A9813B

Tints of Alpine #A9813B

Color information

#A9813B (or 0xA9813B) is unknown color: approx Alpine. HEX triplet: A9, 81 and 3B. RGB value is (169,129,59). Sum of RGB (Red+Green+Blue) = 169+129+59=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A9813B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9813B is #567EC4. Grayscale: #858585. Windows color (decimal): -5668549 or 3899817. OLE color: 3899817.

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

Color convert

RGB16912959-
CMYK00.240.650.34
HSL38.18º48.25%44.71%-
HSV(B)38.18º65.09%66.27%-
XYZ2524.457.54-
YUV132.9886.25153.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.34%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 59 (23.44% from 255) = 16.53%
R=47.34%
G=36.13%
B=16.53%

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
Decimal1691295900.240.650.3438.1848.2544.71
HexA9813B018412226302d
Octal2512017303010142466055
Binary10101001100000011110110110001000001100010100110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9813B; }

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

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

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

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

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

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

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

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