#A76264

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

Shades of Turkish Rose #A76264

Tints of Turkish Rose #A76264

Color information

#A76264 (or 0xA76264) is unknown color: approx Turkish Rose. HEX triplet: A7, 62 and 64. RGB value is (167,98,100). Sum of RGB (Red+Green+Blue) = 167+98+100=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A76264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76264 is #589D9B. Grayscale: #767676. Windows color (decimal): -5807516 or 6578855. OLE color: 6578855.

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

Color convert

RGB16798100-
CMYK00.410.400.35
HSL358.26º28.16%51.96%-
HSV(B)358.26º41.32%65.49%-
XYZ22.617.8714.31-
YUV118.86117.36162.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.75%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 100 (39.45% from 255) = 27.40%
R=45.75%
G=26.85%
B=27.40%

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
Decimal1679810000.410.400.35358.2628.1651.96
HexA7626402928231661c34
Octal24714214405150435463464
Binary1010011111000101100100010100110100010001110110011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76264; }

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

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

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

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

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

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

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

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