#A76061

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

Shades of Turkish Rose #A76061

Tints of Turkish Rose #A76061

Color information

#A76061 (or 0xA76061) is unknown color: approx Turkish Rose. HEX triplet: A7, 60 and 61. RGB value is (167,96,97). Sum of RGB (Red+Green+Blue) = 167+96+97=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A76061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76061 is #589F9E. Grayscale: #757575. Windows color (decimal): -5808031 or 6381735. OLE color: 6381735.

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

Color convert

RGB1679697-
CMYK00.430.420.35
HSL359.15º28.74%51.57%-
HSV(B)359.15º42.51%65.49%-
XYZ22.2817.4413.5-
YUV117.34116.52163.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.39%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 97 (38.28% from 255) = 26.94%
R=46.39%
G=26.67%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167969700.430.420.35359.1528.7451.57
HexA7606102B2A231671d34
Octal24714014105352435473564
Binary1010011111000001100001010101110101010001110110011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76061; }

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

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

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

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

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

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

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

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