#A27C7F

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

Shades of Turkish Rose #A27C7F

Tints of Turkish Rose #A27C7F

Color information

#A27C7F (or 0xA27C7F) is unknown color: approx Turkish Rose. HEX triplet: A2, 7C and 7F. RGB value is (162,124,127). Sum of RGB (Red+Green+Blue) = 162+124+127=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27C7F is #5D8380. Grayscale: #878787. Windows color (decimal): -6128513 or 8354978. OLE color: 8354978.

HSL color Cylindrical-coordinate representation of color #A27C7F: hue angle of 355.26º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A27C7F is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB162124127-
CMYK00.230.220.36
HSL355.26º16.96%56.08%-
HSV(B)355.26º23.46%63.53%-
XYZ25.9423.6323.27-
YUV135.7123.09146.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 127 (50% from 255) = 30.75%
R=39.23%
G=30.02%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212412700.230.220.36355.2616.9656.08
HexA27C7F01716241631138
Octal24217417702726445432170
Binary10100010111110011111110101111011010010010110001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C7F; }

 p { color: rgb(162,124,127); }

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

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

 a { background-color: rgb(162,124,127); }

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

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

 span { border-color: rgb(162,124,127); }

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