#A27D3D

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

Shades of Alpine #A27D3D

Tints of Alpine #A27D3D

Color information

#A27D3D (or 0xA27D3D) is unknown color: approx Alpine. HEX triplet: A2, 7D and 3D. RGB value is (162,125,61). Sum of RGB (Red+Green+Blue) = 162+125+61=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27D3D is #5D82C2. Grayscale: #818181. Windows color (decimal): -6128323 or 4029858. OLE color: 4029858.

HSL color Cylindrical-coordinate representation of color #A27D3D: hue angle of 38.02º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A27D3D is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB16212561-
CMYK00.230.620.36
HSL38.02º45.29%43.73%-
HSV(B)38.02º62.35%63.53%-
XYZ23.0822.697.58-
YUV128.7789.76151.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 125 (49.22% from 255) = 35.92%
BLUE value IS 61 (24.22% from 255) = 17.53%
R=46.55%
G=35.92%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621256100.230.620.3638.0245.2943.73
HexA27D3D0173E24262d2c
Octal242175750277644465554
Binary101000101111101111101010111111110100100100110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27D3D; }

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

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

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

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

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

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

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

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