#A76575

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

Shades of Turkish Rose #A76575

Tints of Turkish Rose #A76575

Color information

#A76575 (or 0xA76575) is unknown color: approx Turkish Rose. HEX triplet: A7, 65 and 75. RGB value is (167,101,117). Sum of RGB (Red+Green+Blue) = 167+101+117=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A76575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76575 is #589A8A. Grayscale: #7A7A7A. Windows color (decimal): -5806731 or 7693735. OLE color: 7693735.

HSL color Cylindrical-coordinate representation of color #A76575: hue angle of 345.45º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A76575 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB167101117-
CMYK00.400.300.35
HSL345.45º27.27%52.55%-
HSV(B)345.45º39.52%65.49%-
XYZ23.818.8119.21-
YUV122.56124.87159.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.38%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=43.38%
G=26.23%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710111700.400.300.35345.4527.2752.55
HexA765750281E231591b35
Octal24714516505036435313365
Binary101001111100101111010101010001111010001110101100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76575; }

 p { color: rgb(167,101,117); }

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

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

 a { background-color: rgb(167,101,117); }

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

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

 span { border-color: rgb(167,101,117); }

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