#A68339

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

Shades of Alpine #A68339

Tints of Alpine #A68339

Color information

#A68339 (or 0xA68339) is unknown color: approx Alpine. HEX triplet: A6, 83 and 39. RGB value is (166,131,57). Sum of RGB (Red+Green+Blue) = 166+131+57=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A68339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68339 is #597CC6. Grayscale: #858585. Windows color (decimal): -5864647 or 3769254. OLE color: 3769254.

HSL color Cylindrical-coordinate representation of color #A68339: hue angle of 40.73º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A68339 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB16613157-
CMYK00.210.660.35
HSL40.73º48.88%43.73%-
HSV(B)40.73º65.66%65.1%-
XYZ24.5824.647.33-
YUV133.0385.1151.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.89%
GREEN value IS 131 (51.56% from 255) = 37.01%
BLUE value IS 57 (22.66% from 255) = 16.10%
R=46.89%
G=37.01%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661315700.210.660.3540.7348.8843.73
HexA68339015422329312c
Octal2462037102510243516154
Binary10100110100000111110010101011000010100011101001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68339; }

 p { color: rgb(166,131,57); }

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

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

 a { background-color: rgb(166,131,57); }

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

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

 span { border-color: rgb(166,131,57); }

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