#A25F67

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

Shades of Turkish Rose #A25F67

Tints of Turkish Rose #A25F67

Color information

#A25F67 (or 0xA25F67) is unknown color: approx Turkish Rose. HEX triplet: A2, 5F and 67. RGB value is (162,95,103). Sum of RGB (Red+Green+Blue) = 162+95+103=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F67 is #5DA098. Grayscale: #737373. Windows color (decimal): -6135961 or 6774690. OLE color: 6774690.

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

Color convert

RGB16295103-
CMYK00.410.360.36
HSL352.84º26.48%50.39%-
HSV(B)352.84º41.36%63.53%-
XYZ21.4416.8514.95-
YUV115.94120.7160.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 95 (37.5% from 255) = 26.39%
BLUE value IS 103 (40.62% from 255) = 28.61%
R=45%
G=26.39%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629510300.410.360.36352.8426.4850.39
HexA25F6702924241611a32
Octal24213714705144445413262
Binary1010001010111111100111010100110010010010010110000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F67; }

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

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

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

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

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

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

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

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