#A7616B

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

Shades of Turkish Rose #A7616B

Tints of Turkish Rose #A7616B

Color information

#A7616B (or 0xA7616B) is unknown color: approx Turkish Rose. HEX triplet: A7, 61 and 6B. RGB value is (167,97,107). Sum of RGB (Red+Green+Blue) = 167+97+107=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A7616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7616B is #589E94. Grayscale: #777777. Windows color (decimal): -5807765 or 7037351. OLE color: 7037351.

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

Color convert

RGB16797107-
CMYK00.420.360.35
HSL351.43º28.46%51.76%-
HSV(B)351.43º41.92%65.49%-
XYZ22.8617.8316.15-
YUV119.07121.19162.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.01%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=45.01%
G=26.15%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679710700.420.360.35351.4328.4651.76
HexA7616B02A242315f1c34
Octal24714115305244435373464
Binary1010011111000011101011010101010010010001110101111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7616B; }

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

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

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

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

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

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

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

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