#A27B82

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

Shades of Turkish Rose #A27B82

Tints of Turkish Rose #A27B82

Color information

#A27B82 (or 0xA27B82) is unknown color: approx Turkish Rose. HEX triplet: A2, 7B and 82. RGB value is (162,123,130). Sum of RGB (Red+Green+Blue) = 162+123+130=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27B82 is #5D847D. Grayscale: #878787. Windows color (decimal): -6128766 or 8551330. OLE color: 8551330.

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

Color convert

RGB162123130-
CMYK00.240.200.36
HSL349.23º17.33%55.88%-
HSV(B)349.23º24.07%63.53%-
XYZ26.0123.4624.28-
YUV135.46124.92146.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 123 (48.44% from 255) = 29.64%
BLUE value IS 130 (51.17% from 255) = 31.33%
R=39.04%
G=29.64%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212313000.240.200.36349.2317.3355.88
HexA27B82018142415d1138
Octal24217320203024445352170
Binary101000101111011100000100110001010010010010101110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B82; }

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

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

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

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

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

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

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

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