#A76070

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

Shades of Turkish Rose #A76070

Tints of Turkish Rose #A76070

Color information

#A76070 (or 0xA76070) is unknown color: approx Turkish Rose. HEX triplet: A7, 60 and 70. RGB value is (167,96,112). Sum of RGB (Red+Green+Blue) = 167+96+112=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A76070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76070 is #589F8F. Grayscale: #777777. Windows color (decimal): -5808016 or 7364775. OLE color: 7364775.

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

Color convert

RGB16796112-
CMYK00.430.330.35
HSL346.48º28.74%51.57%-
HSV(B)346.48º42.51%65.49%-
XYZ23.0417.7517.54-
YUV119.05124.02162.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=44.53%
G=25.6%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679611200.430.330.35346.4828.7451.57
HexA7607002B212315a1d34
Octal24714016005341435323564
Binary1010011111000001110000010101110000110001110101101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76070; }

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

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

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

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

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

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

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

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