#A07679

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

Shades of Turkish Rose #A07679

Tints of Turkish Rose #A07679

Color information

#A07679 (or 0xA07679) is unknown color: approx Turkish Rose. HEX triplet: A0, 76 and 79. RGB value is (160,118,121). Sum of RGB (Red+Green+Blue) = 160+118+121=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A07679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07679 is #5F8986. Grayscale: #828282. Windows color (decimal): -6261127 or 7960224. OLE color: 7960224.

HSL color Cylindrical-coordinate representation of color #A07679: hue angle of 355.71º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A07679 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB160118121-
CMYK00.260.240.37
HSL355.71º18.1%54.51%-
HSV(B)355.71º26.25%62.75%-
XYZ24.4321.8121.01-
YUV130.9122.41148.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.10%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 121 (47.66% from 255) = 30.33%
R=40.10%
G=29.57%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011812100.260.240.37355.7118.154.51
HexA0767901A18251641237
Octal24016617103230455442267
Binary10100000111011011110010110101100010010110110010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07679; }

 p { color: rgb(160,118,121); }

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

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

 a { background-color: rgb(160,118,121); }

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

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

 span { border-color: rgb(160,118,121); }

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