#A45F6D

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

Shades of Turkish Rose #A45F6D

Tints of Turkish Rose #A45F6D

Color information

#A45F6D (or 0xA45F6D) is unknown color: approx Turkish Rose. HEX triplet: A4, 5F and 6D. RGB value is (164,95,109). Sum of RGB (Red+Green+Blue) = 164+95+109=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F6D is #5BA092. Grayscale: #757575. Windows color (decimal): -6004883 or 7167908. OLE color: 7167908.

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

Color convert

RGB16495109-
CMYK00.420.340.36
HSL347.83º27.49%50.78%-
HSV(B)347.83º42.07%64.31%-
XYZ22.1617.1816.62-
YUV117.23123.36161.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 95 (37.5% from 255) = 25.82%
BLUE value IS 109 (42.97% from 255) = 29.62%
R=44.57%
G=25.82%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649510900.420.340.36347.8327.4950.78
HexA45F6D02A222415c1b33
Octal24413715505242445343363
Binary1010010010111111101101010101010001010010010101110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45F6D; }

 p { color: rgb(164,95,109); }

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

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

 a { background-color: rgb(164,95,109); }

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

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

 span { border-color: rgb(164,95,109); }

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