#A07D3D

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

Shades of Alpine #A07D3D

Tints of Alpine #A07D3D

Color information

#A07D3D (or 0xA07D3D) is unknown color: approx Alpine. HEX triplet: A0, 7D and 3D. RGB value is (160,125,61). Sum of RGB (Red+Green+Blue) = 160+125+61=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07D3D is #5F82C2. Grayscale: #808080. Windows color (decimal): -6259395 or 4029856. OLE color: 4029856.

HSL color Cylindrical-coordinate representation of color #A07D3D: hue angle of 38.79º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A07D3D is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB16012561-
CMYK00.220.620.37
HSL38.79º44.8%43.33%-
HSV(B)38.79º61.87%62.75%-
XYZ22.6722.487.56-
YUV128.1790.1150.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.24%
GREEN value IS 125 (49.22% from 255) = 36.13%
BLUE value IS 61 (24.22% from 255) = 17.63%
R=46.24%
G=36.13%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601256100.220.620.3738.7944.843.33
HexA07D3D0163E25272d2b
Octal240175750267645475553
Binary101000001111101111101010110111110100101100111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07D3D; }

 p { color: rgb(160,125,61); }

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

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

 a { background-color: rgb(160,125,61); }

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

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

 span { border-color: rgb(160,125,61); }

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