#A1767B

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

Shades of Turkish Rose #A1767B

Tints of Turkish Rose #A1767B

Color information

#A1767B (or 0xA1767B) is unknown color: approx Turkish Rose. HEX triplet: A1, 76 and 7B. RGB value is (161,118,123). Sum of RGB (Red+Green+Blue) = 161+118+123=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1767B is #5E8984. Grayscale: #838383. Windows color (decimal): -6195589 or 8091297. OLE color: 8091297.

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

Color convert

RGB161118123-
CMYK00.270.240.37
HSL353.02º18.61%54.71%-
HSV(B)353.02º26.71%63.14%-
XYZ24.7521.9621.67-
YUV131.43123.25149.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 118 (46.48% from 255) = 29.35%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=40.05%
G=29.35%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111812300.270.240.37353.0218.6154.71
HexA1767B01B18251611337
Octal24116617303330455412367
Binary10100001111011011110110110111100010010110110000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1767B; }

 p { color: rgb(161,118,123); }

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

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

 a { background-color: rgb(161,118,123); }

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

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

 span { border-color: rgb(161,118,123); }

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