#A67C3D

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

Shades of Alpine #A67C3D

Tints of Alpine #A67C3D

Color information

#A67C3D (or 0xA67C3D) is unknown color: approx Alpine. HEX triplet: A6, 7C and 3D. RGB value is (166,124,61). Sum of RGB (Red+Green+Blue) = 166+124+61=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67C3D is #5983C2. Grayscale: #818181. Windows color (decimal): -5866435 or 4029606. OLE color: 4029606.

HSL color Cylindrical-coordinate representation of color #A67C3D: hue angle of 36º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A67C3D is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB16612461-
CMYK00.250.630.35
HSL36º46.26%44.51%-
HSV(B)36º63.25%65.1%-
XYZ23.7822.867.57-
YUV129.3889.41154.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.29%
GREEN value IS 124 (48.83% from 255) = 35.33%
BLUE value IS 61 (24.22% from 255) = 17.38%
R=47.29%
G=35.33%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661246100.250.630.353646.2644.51
HexA67C3D0193F23242e2d
Octal246174750317743445655
Binary101001101111100111101011001111111100011100100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C3D; }

 p { color: rgb(166,124,61); }

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

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

 a { background-color: rgb(166,124,61); }

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

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

 span { border-color: rgb(166,124,61); }

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