#A97E3D

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

Shades of Alpine #A97E3D

Tints of Alpine #A97E3D

Color information

#A97E3D (or 0xA97E3D) is unknown color: approx Alpine. HEX triplet: A9, 7E and 3D. RGB value is (169,126,61). Sum of RGB (Red+Green+Blue) = 169+126+61=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97E3D is #5681C2. Grayscale: #838383. Windows color (decimal): -5669315 or 4030121. OLE color: 4030121.

HSL color Cylindrical-coordinate representation of color #A97E3D: hue angle of 36.11º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A97E3D is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB16912661-
CMYK00.250.640.34
HSL36.11º46.96%45.1%-
HSV(B)36.11º63.91%66.27%-
XYZ24.6723.697.69-
YUV131.4588.25154.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 126 (49.61% from 255) = 35.39%
BLUE value IS 61 (24.22% from 255) = 17.13%
R=47.47%
G=35.39%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691266100.250.640.3436.1146.9645.1
HexA97E3D0194022242f2d
Octal2511767503110042445755
Binary1010100111111101111010110011000000100010100100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97E3D; }

 p { color: rgb(169,126,61); }

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

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

 a { background-color: rgb(169,126,61); }

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

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

 span { border-color: rgb(169,126,61); }

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