#A27076

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

Shades of Turkish Rose #A27076

Tints of Turkish Rose #A27076

Color information

#A27076 (or 0xA27076) is unknown color: approx Turkish Rose. HEX triplet: A2, 70 and 76. RGB value is (162,112,118). Sum of RGB (Red+Green+Blue) = 162+112+118=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A27076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27076 is #5D8F89. Grayscale: #7F7F7F. Windows color (decimal): -6131594 or 7762082. OLE color: 7762082.

HSL color Cylindrical-coordinate representation of color #A27076: hue angle of 352.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A27076 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB162112118-
CMYK00.310.270.36
HSL352.8º21.19%53.73%-
HSV(B)352.8º30.86%63.53%-
XYZ23.9620.5819.85-
YUV127.63122.56152.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 112 (44.14% from 255) = 28.57%
BLUE value IS 118 (46.48% from 255) = 30.10%
R=41.33%
G=28.57%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211211800.310.270.36352.821.1953.73
HexA2707601F1B241611536
Octal24216016603733445412566
Binary10100010111000011101100111111101110010010110000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27076; }

 p { color: rgb(162,112,118); }

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

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

 a { background-color: rgb(162,112,118); }

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

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

 span { border-color: rgb(162,112,118); }

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