#A5767B

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

Shades of Turkish Rose #A5767B

Tints of Turkish Rose #A5767B

Color information

#A5767B (or 0xA5767B) is unknown color: approx Turkish Rose. HEX triplet: A5, 76 and 7B. RGB value is (165,118,123). Sum of RGB (Red+Green+Blue) = 165+118+123=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A5767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5767B is #5A8984. Grayscale: #848484. Windows color (decimal): -5933445 or 8091301. OLE color: 8091301.

HSL color Cylindrical-coordinate representation of color #A5767B: hue angle of 353.62º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5767B is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB165118123-
CMYK00.280.250.35
HSL353.62º20.7%55.49%-
HSV(B)353.62º28.48%64.71%-
XYZ25.5722.3921.71-
YUV132.62122.57151.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 123 (48.44% from 255) = 30.30%
R=40.64%
G=29.06%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511812300.280.250.35353.6220.755.49
HexA5767B01C19231621537
Octal24516617303431435422567
Binary10100101111011011110110111001100110001110110001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5767B; }

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

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

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

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

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

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

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

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