#A3767F

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

Shades of Turkish Rose #A3767F

Tints of Turkish Rose #A3767F

Color information

#A3767F (or 0xA3767F) is unknown color: approx Turkish Rose. HEX triplet: A3, 76 and 7F. RGB value is (163,118,127). Sum of RGB (Red+Green+Blue) = 163+118+127=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A3767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3767F is #5C8980. Grayscale: #848484. Windows color (decimal): -6064513 or 8353443. OLE color: 8353443.

HSL color Cylindrical-coordinate representation of color #A3767F: hue angle of 348º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3767F is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB163118127-
CMYK00.280.220.36
HSL348º19.65%55.1%-
HSV(B)348º27.61%63.92%-
XYZ25.4122.2823.04-
YUV132.48124.91149.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 118 (46.48% from 255) = 28.92%
BLUE value IS 127 (50% from 255) = 31.13%
R=39.95%
G=28.92%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311812700.280.220.3634819.6555.1
HexA3767F01C162415c1437
Octal24316617703426445342467
Binary10100011111011011111110111001011010010010101110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3767F; }

 p { color: rgb(163,118,127); }

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

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

 a { background-color: rgb(163,118,127); }

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

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

 span { border-color: rgb(163,118,127); }

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