#A45F61

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

Shades of Turkish Rose #A45F61

Tints of Turkish Rose #A45F61

Color information

#A45F61 (or 0xA45F61) is unknown color: approx Turkish Rose. HEX triplet: A4, 5F and 61. RGB value is (164,95,97). Sum of RGB (Red+Green+Blue) = 164+95+97=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F61 is #5BA09E. Grayscale: #737373. Windows color (decimal): -6004895 or 6381476. OLE color: 6381476.

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

Color convert

RGB1649597-
CMYK00.420.410.36
HSL358.26º27.49%50.78%-
HSV(B)358.26º42.07%64.31%-
XYZ21.5616.9413.44-
YUV115.86117.36162.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.07%
GREEN value IS 95 (37.5% from 255) = 26.69%
BLUE value IS 97 (38.28% from 255) = 27.25%
R=46.07%
G=26.69%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164959700.420.410.36358.2627.4950.78
HexA45F6102A29241661b33
Octal24413714105251445463363
Binary1010010010111111100001010101010100110010010110011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45F61; }

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

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

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

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

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

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

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

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