#A06875

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

Shades of Turkish Rose #A06875

Tints of Turkish Rose #A06875

Color information

#A06875 (or 0xA06875) is unknown color: approx Turkish Rose. HEX triplet: A0, 68 and 75. RGB value is (160,104,117). Sum of RGB (Red+Green+Blue) = 160+104+117=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A06875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06875 is #5F978A. Grayscale: #7A7A7A. Windows color (decimal): -6264715 or 7694496. OLE color: 7694496.

HSL color Cylindrical-coordinate representation of color #A06875: hue angle of 346.07º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A06875 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB160104117-
CMYK00.350.270.37
HSL346.07º22.76%51.76%-
HSV(B)346.07º35%62.75%-
XYZ22.6618.6619.24-
YUV122.23125.05154.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.99%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 117 (46.09% from 255) = 30.71%
R=41.99%
G=27.30%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010411700.350.270.37346.0722.7651.76
HexA068750231B2515a1734
Octal24015016504333455322764
Binary101000001101000111010101000111101110010110101101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06875; }

 p { color: rgb(160,104,117); }

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

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

 a { background-color: rgb(160,104,117); }

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

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

 span { border-color: rgb(160,104,117); }

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