#A76270

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

Shades of Turkish Rose #A76270

Tints of Turkish Rose #A76270

Color information

#A76270 (or 0xA76270) is unknown color: approx Turkish Rose. HEX triplet: A7, 62 and 70. RGB value is (167,98,112). Sum of RGB (Red+Green+Blue) = 167+98+112=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A76270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76270 is #589D8F. Grayscale: #787878. Windows color (decimal): -5807504 or 7365287. OLE color: 7365287.

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

Color convert

RGB16798112-
CMYK00.410.330.35
HSL347.83º28.16%51.96%-
HSV(B)347.83º41.32%65.49%-
XYZ23.2318.1217.6-
YUV120.23123.36161.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.30%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=44.30%
G=25.99%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679811200.410.330.35347.8328.1651.96
HexA76270029212315c1c34
Octal24714216005141435343464
Binary1010011111000101110000010100110000110001110101110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76270; }

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

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

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

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

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

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

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

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