#A27B7E

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

Shades of Turkish Rose #A27B7E

Tints of Turkish Rose #A27B7E

Color information

#A27B7E (or 0xA27B7E) is unknown color: approx Turkish Rose. HEX triplet: A2, 7B and 7E. RGB value is (162,123,126). Sum of RGB (Red+Green+Blue) = 162+123+126=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B7E is #5D8481. Grayscale: #878787. Windows color (decimal): -6128770 or 8289186. OLE color: 8289186.

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

Color convert

RGB162123126-
CMYK00.240.220.36
HSL355.38º17.33%55.88%-
HSV(B)355.38º24.07%63.53%-
XYZ25.7523.3522.89-
YUV135122.92147.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 123 (48.44% from 255) = 29.93%
BLUE value IS 126 (49.61% from 255) = 30.66%
R=39.42%
G=29.93%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212312600.240.220.36355.3817.3355.88
HexA27B7E01816241631138
Octal24217317603026445432170
Binary10100010111101111111100110001011010010010110001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B7E; }

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

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

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

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

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

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

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

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