#A76468

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

Shades of Turkish Rose #A76468

Tints of Turkish Rose #A76468

Color information

#A76468 (or 0xA76468) is unknown color: approx Turkish Rose. HEX triplet: A7, 64 and 68. RGB value is (167,100,104). Sum of RGB (Red+Green+Blue) = 167+100+104=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A76468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76468 is #589B97. Grayscale: #787878. Windows color (decimal): -5807000 or 6841511. OLE color: 6841511.

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

Color convert

RGB167100104-
CMYK00.400.380.35
HSL356.42º27.57%52.35%-
HSV(B)356.42º40.12%65.49%-
XYZ22.9918.3315.42-
YUV120.49118.7161.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.01%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 104 (41.02% from 255) = 28.03%
R=45.01%
G=26.95%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710010400.400.380.35356.4227.5752.35
HexA7646802826231641c34
Octal24714415005046435443464
Binary1010011111001001101000010100010011010001110110010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76468; }

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

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

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

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

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

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

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

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