#8A7D65

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

Shades of Arrowtown #8A7D65

Tints of Arrowtown #8A7D65

Color information

#8A7D65 (or 0x8A7D65) is unknown color: approx Arrowtown. HEX triplet: 8A, 7D and 65. RGB value is (138,125,101). Sum of RGB (Red+Green+Blue) = 138+125+101=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7D65 is #75829A. Grayscale: #7E7E7E. Windows color (decimal): -7701147 or 6651274. OLE color: 6651274.

HSL color Cylindrical-coordinate representation of color #8A7D65: hue angle of 38.92º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A7D65 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB138125101-
CMYK00.090.270.46
HSL38.92º15.48%46.86%-
HSV(B)38.92º26.81%54.12%-
XYZ20.1621.0115.3-
YUV126.15113.81136.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.91%
GREEN value IS 125 (49.22% from 255) = 34.34%
BLUE value IS 101 (39.84% from 255) = 27.75%
R=37.91%
G=34.34%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812510100.090.270.4638.9215.4846.86
Hex8A7D65091B2E27f2f
Octal2121751450113356471757
Binary100010101111101110010101001110111011101001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A7D65; }

 p { color: rgb(138,125,101); }

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

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

 a { background-color: rgb(138,125,101); }

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

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

 span { border-color: rgb(138,125,101); }

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