#A4767E

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

Shades of Turkish Rose #A4767E

Tints of Turkish Rose #A4767E

Color information

#A4767E (or 0xA4767E) is unknown color: approx Turkish Rose. HEX triplet: A4, 76 and 7E. RGB value is (164,118,126). Sum of RGB (Red+Green+Blue) = 164+118+126=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4767E is #5B8981. Grayscale: #848484. Windows color (decimal): -5998978 or 8287908. OLE color: 8287908.

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

Color convert

RGB164118126-
CMYK00.280.230.36
HSL349.57º20.18%55.29%-
HSV(B)349.57º28.05%64.31%-
XYZ25.5522.3622.71-
YUV132.67124.24150.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 118 (46.48% from 255) = 28.92%
BLUE value IS 126 (49.61% from 255) = 30.88%
R=40.20%
G=28.92%
B=30.88%

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
Decimal16411812600.280.230.36349.5720.1855.29
HexA4767E01C172415e1437
Octal24416617603427445362467
Binary10100100111011011111100111001011110010010101111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4767E; }

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

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

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

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

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

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

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

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