#A76466

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

Shades of Turkish Rose #A76466

Tints of Turkish Rose #A76466

Color information

#A76466 (or 0xA76466) is unknown color: approx Turkish Rose. HEX triplet: A7, 64 and 66. RGB value is (167,100,102). Sum of RGB (Red+Green+Blue) = 167+100+102=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A76466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76466 is #589B99. Grayscale: #787878. Windows color (decimal): -5807002 or 6710439. OLE color: 6710439.

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

Color convert

RGB167100102-
CMYK00.400.390.35
HSL358.21º27.57%52.35%-
HSV(B)358.21º40.12%65.49%-
XYZ22.8918.2914.89-
YUV120.26117.7161.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.26%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 102 (40.23% from 255) = 27.64%
R=45.26%
G=27.10%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710010200.400.390.35358.2127.5752.35
HexA7646602827231661c34
Octal24714414605047435463464
Binary1010011111001001100110010100010011110001110110011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76466; }

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

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

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

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

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

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

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

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