#A0676B

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

Shades of Turkish Rose #A0676B

Tints of Turkish Rose #A0676B

Color information

#A0676B (or 0xA0676B) is unknown color: approx Turkish Rose. HEX triplet: A0, 67 and 6B. RGB value is (160,103,107). Sum of RGB (Red+Green+Blue) = 160+103+107=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0676B is #5F9894. Grayscale: #787878. Windows color (decimal): -6264981 or 7038880. OLE color: 7038880.

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

Color convert

RGB160103107-
CMYK00.360.330.37
HSL355.79º23.08%51.57%-
HSV(B)355.79º35.62%62.75%-
XYZ2218.2416.27-
YUV120.5120.38156.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.24%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 107 (42.19% from 255) = 28.92%
R=43.24%
G=27.84%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010310700.360.330.37355.7923.0851.57
HexA0676B02421251641734
Octal24014715304441455442764
Binary1010000011001111101011010010010000110010110110010010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0676B; }

 p { color: rgb(160,103,107); }

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

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

 a { background-color: rgb(160,103,107); }

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

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

 span { border-color: rgb(160,103,107); }

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