#A45E6A

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

Shades of Turkish Rose #A45E6A

Tints of Turkish Rose #A45E6A

Color information

#A45E6A (or 0xA45E6A) is unknown color: approx Turkish Rose. HEX triplet: A4, 5E and 6A. RGB value is (164,94,106). Sum of RGB (Red+Green+Blue) = 164+94+106=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45E6A is #5BA195. Grayscale: #747474. Windows color (decimal): -6005142 or 6971044. OLE color: 6971044.

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

Color convert

RGB16494106-
CMYK00.430.350.36
HSL349.71º27.78%50.59%-
HSV(B)349.71º42.68%64.31%-
XYZ21.9116.9415.75-
YUV116.3122.19162.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.05%
GREEN value IS 94 (37.11% from 255) = 25.82%
BLUE value IS 106 (41.80% from 255) = 29.12%
R=45.05%
G=25.82%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649410600.430.350.36349.7127.7850.59
HexA45E6A02B232415e1c33
Octal24413615205343445363463
Binary1010010010111101101010010101110001110010010101111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45E6A; }

 p { color: rgb(164,94,106); }

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

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

 a { background-color: rgb(164,94,106); }

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

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

 span { border-color: rgb(164,94,106); }

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