#A76768

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

Shades of Turkish Rose #A76768

Tints of Turkish Rose #A76768

Color information

#A76768 (or 0xA76768) is unknown color: approx Turkish Rose. HEX triplet: A7, 67 and 68. RGB value is (167,103,104). Sum of RGB (Red+Green+Blue) = 167+103+104=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A76768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76768 is #589897. Grayscale: #7A7A7A. Windows color (decimal): -5806232 or 6842279. OLE color: 6842279.

HSL color Cylindrical-coordinate representation of color #A76768: hue angle of 359.06º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A76768 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB167103104-
CMYK00.380.380.35
HSL359.06º26.67%52.94%-
HSV(B)359.06º38.32%65.49%-
XYZ23.2918.9215.52-
YUV122.25117.7159.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 103 (40.62% from 255) = 27.54%
BLUE value IS 104 (41.02% from 255) = 27.81%
R=44.65%
G=27.54%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710310400.380.380.35359.0626.6752.94
HexA7676802626231671b35
Octal24714715004646435473365
Binary1010011111001111101000010011010011010001110110011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76768; }

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

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

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

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

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

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

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

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