#A9813D

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

Shades of Alpine #A9813D

Tints of Alpine #A9813D

Color information

#A9813D (or 0xA9813D) is unknown color: approx Alpine. HEX triplet: A9, 81 and 3D. RGB value is (169,129,61). Sum of RGB (Red+Green+Blue) = 169+129+61=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A9813D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9813D is #567EC2. Grayscale: #858585. Windows color (decimal): -5668547 or 4030889. OLE color: 4030889.

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

Color convert

RGB16912961-
CMYK00.240.640.34
HSL37.78º46.96%45.1%-
HSV(B)37.78º63.91%66.27%-
XYZ25.0524.477.82-
YUV133.2187.25153.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.08%
GREEN value IS 129 (50.78% from 255) = 35.93%
BLUE value IS 61 (24.22% from 255) = 16.99%
R=47.08%
G=35.93%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691296100.240.640.3437.7846.9645.1
HexA9813D0184022262f2d
Octal2512017503010042465755
Binary10101001100000011111010110001000000100010100110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9813D; }

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

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

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

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

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

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

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

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