#A4767F

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

Shades of Turkish Rose #A4767F

Tints of Turkish Rose #A4767F

Color information

#A4767F (or 0xA4767F) is unknown color: approx Turkish Rose. HEX triplet: A4, 76 and 7F. RGB value is (164,118,127). Sum of RGB (Red+Green+Blue) = 164+118+127=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A4767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4767F is #5B8980. Grayscale: #848484. Windows color (decimal): -5998977 or 8353444. OLE color: 8353444.

HSL color Cylindrical-coordinate representation of color #A4767F: hue angle of 348.26º 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 #A4767F is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB164118127-
CMYK00.280.230.36
HSL348.26º20.18%55.29%-
HSV(B)348.26º28.05%64.31%-
XYZ25.6222.3823.05-
YUV132.78124.74150.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 127 (50% from 255) = 31.05%
R=40.10%
G=28.85%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411812700.280.230.36348.2620.1855.29
HexA4767F01C172415c1437
Octal24416617703427445342467
Binary10100100111011011111110111001011110010010101110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4767F; }

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

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

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

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

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

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

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

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