#A76570

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

Shades of Turkish Rose #A76570

Tints of Turkish Rose #A76570

Color information

#A76570 (or 0xA76570) is unknown color: approx Turkish Rose. HEX triplet: A7, 65 and 70. RGB value is (167,101,112). Sum of RGB (Red+Green+Blue) = 167+101+112=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 167 - color contains mainly: red. Hex color #A76570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76570 is #589A8F. Grayscale: #7A7A7A. Windows color (decimal): -5806736 or 7366055. OLE color: 7366055.

HSL color Cylindrical-coordinate representation of color #A76570: hue angle of 350º 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 #A76570 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB167101112-
CMYK00.400.330.35
HSL350º27.27%52.55%-
HSV(B)350º39.52%65.49%-
XYZ23.5118.6917.7-
YUV121.99122.37160.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.95%
GREEN value IS 101 (39.84% from 255) = 26.58%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=43.95%
G=26.58%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710111200.400.330.3535027.2752.55
HexA76570028212315e1b35
Octal24714516005041435363365
Binary1010011111001011110000010100010000110001110101111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76570; }

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

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

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

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

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

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

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

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