#A45F6F

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

Shades of Turkish Rose #A45F6F

Tints of Turkish Rose #A45F6F

Color information

#A45F6F (or 0xA45F6F) is unknown color: approx Turkish Rose. HEX triplet: A4, 5F and 6F. RGB value is (164,95,111). Sum of RGB (Red+Green+Blue) = 164+95+111=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F6F is #5BA090. Grayscale: #757575. Windows color (decimal): -6004881 or 7298980. OLE color: 7298980.

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

Color convert

RGB16495111-
CMYK00.420.320.36
HSL346.09º27.49%50.78%-
HSV(B)346.09º42.07%64.31%-
XYZ22.2717.2217.19-
YUV117.45124.36161.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.32%
GREEN value IS 95 (37.5% from 255) = 25.68%
BLUE value IS 111 (43.75% from 255) = 30%
R=44.32%
G=25.68%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649511100.420.320.36346.0927.4950.78
HexA45F6F02A202415a1b33
Octal24413715705240445323363
Binary1010010010111111101111010101010000010010010101101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45F6F; }

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

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

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

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

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

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

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

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