#A8813B

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

Shades of Alpine #A8813B

Tints of Alpine #A8813B

Color information

#A8813B (or 0xA8813B) is unknown color: approx Alpine. HEX triplet: A8, 81 and 3B. RGB value is (168,129,59). Sum of RGB (Red+Green+Blue) = 168+129+59=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A8813B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8813B is #577EC4. Grayscale: #858585. Windows color (decimal): -5734085 or 3899816. OLE color: 3899816.

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

Color convert

RGB16812959-
CMYK00.230.650.34
HSL38.53º48.02%44.51%-
HSV(B)38.53º64.88%65.88%-
XYZ24.7924.347.53-
YUV132.6886.42153.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.19%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 59 (23.44% from 255) = 16.57%
R=47.19%
G=36.24%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681295900.230.650.3438.5348.0244.51
HexA8813B017412227302d
Octal2502017302710142476055
Binary10101000100000011110110101111000001100010100111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8813B; }

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

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

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

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

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

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

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

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