#818170

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

Shades of Tapa #818170

Tints of Tapa #818170

Color information

#818170 (or 0x818170) is unknown color: approx Tapa. HEX triplet: 81, 81 and 70. RGB value is (129,129,112). Sum of RGB (Red+Green+Blue) = 129+129+112=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 129 - color contains mainly: red, green. Hex color #818170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818170 is #7E7E8F. Grayscale: #7F7F7F. Windows color (decimal): -8289936 or 7373185. OLE color: 7373185.

HSL color Cylindrical-coordinate representation of color #818170: hue angle of 60º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #818170 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB129129112-
CMYK000.130.49
HSL60º7.05%47.25%-
HSV(B)60º13.18%50.59%-
XYZ19.8321.5418.44-
YUV127.06119.5129.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.86%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=34.86%
G=34.86%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129129112000.130.49607.0547.25
Hex81817000D313c72f
Octal20120116000156174757
Binary10000001100000011110000001101110001111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818170; }

 p { color: rgb(129,129,112); }

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

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

 a { background-color: rgb(129,129,112); }

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

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

 span { border-color: rgb(129,129,112); }

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