#A76163

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

Shades of Turkish Rose #A76163

Tints of Turkish Rose #A76163

Color information

#A76163 (or 0xA76163) is unknown color: approx Turkish Rose. HEX triplet: A7, 61 and 63. RGB value is (167,97,99). Sum of RGB (Red+Green+Blue) = 167+97+99=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A76163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76163 is #589E9C. Grayscale: #767676. Windows color (decimal): -5807773 or 6513063. OLE color: 6513063.

HSL color Cylindrical-coordinate representation of color #A76163: hue angle of 358.29º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A76163 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1679799-
CMYK00.420.410.35
HSL358.29º28.46%51.76%-
HSV(B)358.29º41.92%65.49%-
XYZ22.4617.6714.03-
YUV118.16117.19162.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.01%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=46.01%
G=26.72%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167979900.420.410.35358.2928.4651.76
HexA7616302A29231661c34
Octal24714114305251435463464
Binary1010011111000011100011010101010100110001110110011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76163; }

 p { color: rgb(167,97,99); }

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

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

 a { background-color: rgb(167,97,99); }

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

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

 span { border-color: rgb(167,97,99); }

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