#A76770

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

Shades of Turkish Rose #A76770

Tints of Turkish Rose #A76770

Color information

#A76770 (or 0xA76770) is unknown color: approx Turkish Rose. HEX triplet: A7, 67 and 70. RGB value is (167,103,112). Sum of RGB (Red+Green+Blue) = 167+103+112=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A76770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76770 is #58988F. Grayscale: #7B7B7B. Windows color (decimal): -5806224 or 7366567. OLE color: 7366567.

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

Color convert

RGB167103112-
CMYK00.380.330.35
HSL351.56º26.67%52.94%-
HSV(B)351.56º38.32%65.49%-
XYZ23.7119.0917.76-
YUV123.16121.7159.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.72%
GREEN value IS 103 (40.62% from 255) = 26.96%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=43.72%
G=26.96%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710311200.380.330.35351.5626.6752.94
HexA7677002621231601b35
Octal24714716004641435403365
Binary1010011111001111110000010011010000110001110110000011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76770; }

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

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

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

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

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

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

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

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