#A97E38

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

Shades of Alpine #A97E38

Tints of Alpine #A97E38

Color information

#A97E38 (or 0xA97E38) is unknown color: approx Alpine. HEX triplet: A9, 7E and 38. RGB value is (169,126,56). Sum of RGB (Red+Green+Blue) = 169+126+56=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97E38 is #5681C7. Grayscale: #838383. Windows color (decimal): -5669320 or 3702441. OLE color: 3702441.

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

Color convert

RGB16912656-
CMYK00.250.670.34
HSL37.17º50.22%44.12%-
HSV(B)37.17º66.86%66.27%-
XYZ24.5423.647.01-
YUV130.8885.75155.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.15%
GREEN value IS 126 (49.61% from 255) = 35.90%
BLUE value IS 56 (22.27% from 255) = 15.95%
R=48.15%
G=35.90%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691265600.250.670.3437.1750.2244.12
HexA97E38019432225322c
Octal2511767003110342456254
Binary1010100111111101110000110011000011100010100101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97E38; }

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

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

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

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

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

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

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

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