#8A7D64

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

Shades of Arrowtown #8A7D64

Tints of Arrowtown #8A7D64

Color information

#8A7D64 (or 0x8A7D64) is unknown color: approx Arrowtown. HEX triplet: 8A, 7D and 64. RGB value is (138,125,100). Sum of RGB (Red+Green+Blue) = 138+125+100=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7D64 is #75829B. Grayscale: #7E7E7E. Windows color (decimal): -7701148 or 6585738. OLE color: 6585738.

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

Color convert

RGB138125100-
CMYK00.090.280.46
HSL39.47º15.97%46.67%-
HSV(B)39.47º27.54%54.12%-
XYZ20.1220.9915.05-
YUV126.04113.31136.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.02%
GREEN value IS 125 (49.22% from 255) = 34.44%
BLUE value IS 100 (39.45% from 255) = 27.55%
R=38.02%
G=34.44%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812510000.090.280.4639.4715.9746.67
Hex8A7D64091C2E27102f
Octal2121751440113456472057
Binary1000101011111011100100010011110010111010011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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