#A25F64

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

Shades of Turkish Rose #A25F64

Tints of Turkish Rose #A25F64

Color information

#A25F64 (or 0xA25F64) is unknown color: approx Turkish Rose. HEX triplet: A2, 5F and 64. RGB value is (162,95,100). Sum of RGB (Red+Green+Blue) = 162+95+100=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F64 is #5DA09B. Grayscale: #737373. Windows color (decimal): -6135964 or 6578082. OLE color: 6578082.

HSL color Cylindrical-coordinate representation of color #A25F64: hue angle of 355.52º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A25F64 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16295100-
CMYK00.410.380.36
HSL355.52º26.48%50.39%-
HSV(B)355.52º41.36%63.53%-
XYZ21.2916.7914.17-
YUV115.6119.2161.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 95 (37.5% from 255) = 26.61%
BLUE value IS 100 (39.45% from 255) = 28.01%
R=45.38%
G=26.61%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629510000.410.380.36355.5226.4850.39
HexA25F6402926241641a32
Octal24213714405146445443262
Binary1010001010111111100100010100110011010010010110010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F64; }

 p { color: rgb(162,95,100); }

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

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

 a { background-color: rgb(162,95,100); }

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

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

 span { border-color: rgb(162,95,100); }

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