#A45F6B

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

Shades of Turkish Rose #A45F6B

Tints of Turkish Rose #A45F6B

Color information

#A45F6B (or 0xA45F6B) is unknown color: approx Turkish Rose. HEX triplet: A4, 5F and 6B. RGB value is (164,95,107). Sum of RGB (Red+Green+Blue) = 164+95+107=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F6B is #5BA094. Grayscale: #757575. Windows color (decimal): -6004885 or 7036836. OLE color: 7036836.

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

Color convert

RGB16495107-
CMYK00.420.350.36
HSL349.57º27.49%50.78%-
HSV(B)349.57º42.07%64.31%-
XYZ22.0617.1416.06-
YUV117122.36161.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.81%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=44.81%
G=25.96%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649510700.420.350.36349.5727.4950.78
HexA45F6B02A232415e1b33
Octal24413715305243445363363
Binary1010010010111111101011010101010001110010010101111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45F6B; }

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

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

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

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

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

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

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

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