#A27A7B

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

Shades of Turkish Rose #A27A7B

Tints of Turkish Rose #A27A7B

Color information

#A27A7B (or 0xA27A7B) is unknown color: approx Turkish Rose. HEX triplet: A2, 7A and 7B. RGB value is (162,122,123). Sum of RGB (Red+Green+Blue) = 162+122+123=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27A7B is #5D8584. Grayscale: #868686. Windows color (decimal): -6129029 or 8092322. OLE color: 8092322.

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

Color convert

RGB162122123-
CMYK00.250.240.36
HSL358.5º17.7%55.69%-
HSV(B)358.5º24.69%63.53%-
XYZ25.4323.0321.84-
YUV134.07121.75147.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 122 (48.05% from 255) = 29.98%
BLUE value IS 123 (48.44% from 255) = 30.22%
R=39.80%
G=29.98%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212212300.250.240.36358.517.755.69
HexA27A7B01918241661238
Octal24217217303130445462270
Binary10100010111101011110110110011100010010010110011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27A7B; }

 p { color: rgb(162,122,123); }

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

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

 a { background-color: rgb(162,122,123); }

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

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

 span { border-color: rgb(162,122,123); }

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