#A5606D

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

Shades of Turkish Rose #A5606D

Tints of Turkish Rose #A5606D

Color information

#A5606D (or 0xA5606D) is unknown color: approx Turkish Rose. HEX triplet: A5, 60 and 6D. RGB value is (165,96,109). Sum of RGB (Red+Green+Blue) = 165+96+109=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A5606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5606D is #5A9F92. Grayscale: #767676. Windows color (decimal): -5939091 or 7168165. OLE color: 7168165.

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

Color convert

RGB16596109-
CMYK00.420.340.35
HSL348.7º27.71%51.18%-
HSV(B)348.7º41.82%64.71%-
XYZ22.4617.4716.66-
YUV118.11122.86161.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.59%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 109 (42.97% from 255) = 29.46%
R=44.59%
G=25.95%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659610900.420.340.35348.727.7151.18
HexA5606D02A222315d1c33
Octal24514015505242435353463
Binary1010010111000001101101010101010001010001110101110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5606D; }

 p { color: rgb(165,96,109); }

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

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

 a { background-color: rgb(165,96,109); }

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

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

 span { border-color: rgb(165,96,109); }

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