#A76265

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

Shades of Turkish Rose #A76265

Tints of Turkish Rose #A76265

Color information

#A76265 (or 0xA76265) is unknown color: approx Turkish Rose. HEX triplet: A7, 62 and 65. RGB value is (167,98,101). Sum of RGB (Red+Green+Blue) = 167+98+101=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A76265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76265 is #589D9A. Grayscale: #777777. Windows color (decimal): -5807515 or 6644391. OLE color: 6644391.

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

Color convert

RGB16798101-
CMYK00.410.400.35
HSL357.39º28.16%51.96%-
HSV(B)357.39º41.32%65.49%-
XYZ22.6517.8914.57-
YUV118.97117.86162.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.63%
GREEN value IS 98 (38.67% from 255) = 26.78%
BLUE value IS 101 (39.84% from 255) = 27.60%
R=45.63%
G=26.78%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679810100.410.400.35357.3928.1651.96
HexA7626502928231651c34
Octal24714214505150435453464
Binary1010011111000101100101010100110100010001110110010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76265; }

 p { color: rgb(167,98,101); }

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

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

 a { background-color: rgb(167,98,101); }

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

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

 span { border-color: rgb(167,98,101); }

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