#A76164

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

Shades of Turkish Rose #A76164

Tints of Turkish Rose #A76164

Color information

#A76164 (or 0xA76164) is unknown color: approx Turkish Rose. HEX triplet: A7, 61 and 64. RGB value is (167,97,100). Sum of RGB (Red+Green+Blue) = 167+97+100=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A76164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76164 is #589E9B. Grayscale: #767676. Windows color (decimal): -5807772 or 6578599. OLE color: 6578599.

HSL color Cylindrical-coordinate representation of color #A76164: hue angle of 357.43º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A76164 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB16797100-
CMYK00.420.400.35
HSL357.43º28.46%51.76%-
HSV(B)357.43º41.92%65.49%-
XYZ22.5117.6814.28-
YUV118.27117.69162.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.88%
GREEN value IS 97 (38.28% from 255) = 26.65%
BLUE value IS 100 (39.45% from 255) = 27.47%
R=45.88%
G=26.65%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679710000.420.400.35357.4328.4651.76
HexA7616402A28231651c34
Octal24714114405250435453464
Binary1010011111000011100100010101010100010001110110010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76164; }

 p { color: rgb(167,97,100); }

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

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

 a { background-color: rgb(167,97,100); }

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

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

 span { border-color: rgb(167,97,100); }

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