#A45F62

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

Shades of Turkish Rose #A45F62

Tints of Turkish Rose #A45F62

Color information

#A45F62 (or 0xA45F62) is unknown color: approx Turkish Rose. HEX triplet: A4, 5F and 62. RGB value is (164,95,98). Sum of RGB (Red+Green+Blue) = 164+95+98=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F62 is #5BA09D. Grayscale: #747474. Windows color (decimal): -6004894 or 6447012. OLE color: 6447012.

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

Color convert

RGB1649598-
CMYK00.420.400.36
HSL357.39º27.49%50.78%-
HSV(B)357.39º42.07%64.31%-
XYZ21.6116.9613.69-
YUV115.97117.86162.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 95 (37.5% from 255) = 26.61%
BLUE value IS 98 (38.67% from 255) = 27.45%
R=45.94%
G=26.61%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164959800.420.400.36357.3927.4950.78
HexA45F6202A28241651b33
Octal24413714205250445453363
Binary1010010010111111100010010101010100010010010110010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45F62; }

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

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

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

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

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

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

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

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