#A4767B

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

Shades of Turkish Rose #A4767B

Tints of Turkish Rose #A4767B

Color information

#A4767B (or 0xA4767B) is unknown color: approx Turkish Rose. HEX triplet: A4, 76 and 7B. RGB value is (164,118,123). Sum of RGB (Red+Green+Blue) = 164+118+123=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A4767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4767B is #5B8984. Grayscale: #848484. Windows color (decimal): -5998981 or 8091300. OLE color: 8091300.

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

Color convert

RGB164118123-
CMYK00.280.250.36
HSL353.48º20.18%55.29%-
HSV(B)353.48º28.05%64.31%-
XYZ25.3622.2821.7-
YUV132.32122.74150.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.49%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 123 (48.44% from 255) = 30.37%
R=40.49%
G=29.14%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411812300.280.250.36353.4820.1855.29
HexA4767B01C19241611437
Octal24416617303431445412467
Binary10100100111011011110110111001100110010010110000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4767B; }

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

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

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

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

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

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

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

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