#A5767E

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

Shades of Turkish Rose #A5767E

Tints of Turkish Rose #A5767E

Color information

#A5767E (or 0xA5767E) is unknown color: approx Turkish Rose. HEX triplet: A5, 76 and 7E. RGB value is (165,118,126). Sum of RGB (Red+Green+Blue) = 165+118+126=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A5767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5767E is #5A8981. Grayscale: #848484. Windows color (decimal): -5933442 or 8287909. OLE color: 8287909.

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

Color convert

RGB165118126-
CMYK00.280.240.35
HSL349.79º20.7%55.49%-
HSV(B)349.79º28.48%64.71%-
XYZ25.7622.4622.72-
YUV132.96124.07150.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.34%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=40.34%
G=28.85%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511812600.280.240.35349.7920.755.49
HexA5767E01C182315e1537
Octal24516617603430435362567
Binary10100101111011011111100111001100010001110101111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5767E; }

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

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

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

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

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

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

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

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