#A76869

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

Shades of Turkish Rose #A76869

Tints of Turkish Rose #A76869

Color information

#A76869 (or 0xA76869) is unknown color: approx Turkish Rose. HEX triplet: A7, 68 and 69. RGB value is (167,104,105). Sum of RGB (Red+Green+Blue) = 167+104+105=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 167 - color contains mainly: red. Hex color #A76869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76869 is #589796. Grayscale: #7B7B7B. Windows color (decimal): -5805975 or 6908071. OLE color: 6908071.

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

Color convert

RGB167104105-
CMYK00.380.370.35
HSL359.05º26.36%53.14%-
HSV(B)359.05º37.72%65.49%-
XYZ23.4419.1415.82-
YUV122.95117.87159.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.41%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 105 (41.41% from 255) = 27.93%
R=44.41%
G=27.66%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710410500.380.370.35359.0526.3653.14
HexA7686902625231671a35
Octal24715015104645435473265
Binary1010011111010001101001010011010010110001110110011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76869; }

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

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

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

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

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

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

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

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