#A27475

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

Shades of Turkish Rose #A27475

Tints of Turkish Rose #A27475

Color information

#A27475 (or 0xA27475) is unknown color: approx Turkish Rose. HEX triplet: A2, 74 and 75. RGB value is (162,116,117). Sum of RGB (Red+Green+Blue) = 162+116+117=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A27475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27475 is #5D8B8A. Grayscale: #818181. Windows color (decimal): -6130571 or 7697570. OLE color: 7697570.

HSL color Cylindrical-coordinate representation of color #A27475: hue angle of 358.7º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A27475 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB162116117-
CMYK00.280.280.36
HSL358.7º19.83%54.51%-
HSV(B)358.7º28.4%63.53%-
XYZ24.3621.4619.69-
YUV129.87120.74150.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=41.01%
G=29.37%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211611700.280.280.36358.719.8354.51
HexA2747501C1C241671437
Octal24216416503434445472467
Binary10100010111010011101010111001110010010010110011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27475; }

 p { color: rgb(162,116,117); }

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

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

 a { background-color: rgb(162,116,117); }

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

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

 span { border-color: rgb(162,116,117); }

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