#8A7167

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

Shades of Beaver #8A7167

Tints of Beaver #8A7167

Color information

#8A7167 (or 0x8A7167) is unknown color: approx Beaver. HEX triplet: 8A, 71 and 67. RGB value is (138,113,103). Sum of RGB (Red+Green+Blue) = 138+113+103=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7167 is #758E98. Grayscale: #777777. Windows color (decimal): -7704217 or 6779274. OLE color: 6779274.

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

Color convert

RGB138113103-
CMYK00.180.250.46
HSL17.14º14.52%47.25%-
HSV(B)17.14º25.36%54.12%-
XYZ18.8318.1915.35-
YUV119.34118.78141.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.98%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 103 (40.62% from 255) = 29.10%
R=38.98%
G=31.92%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811310300.180.250.4617.1414.5247.25
Hex8A7167012192E11f2f
Octal2121611470223156211757
Binary100010101110001110011101001011001101110100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,113,103); }

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

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

 a { background-color: rgb(138,113,103); }

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

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

 span { border-color: rgb(138,113,103); }

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