#A76569

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

Shades of Turkish Rose #A76569

Tints of Turkish Rose #A76569

Color information

#A76569 (or 0xA76569) is unknown color: approx Turkish Rose. HEX triplet: A7, 65 and 69. RGB value is (167,101,105). Sum of RGB (Red+Green+Blue) = 167+101+105=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A76569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76569 is #589A96. Grayscale: #797979. Windows color (decimal): -5806743 or 6907303. OLE color: 6907303.

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

Color convert

RGB167101105-
CMYK00.400.370.35
HSL356.36º27.27%52.55%-
HSV(B)356.36º39.52%65.49%-
XYZ23.1418.5415.72-
YUV121.19118.87160.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.77%
GREEN value IS 101 (39.84% from 255) = 27.08%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=44.77%
G=27.08%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710110500.400.370.35356.3627.2752.55
HexA7656902825231641b35
Octal24714515105045435443365
Binary1010011111001011101001010100010010110001110110010011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76569; }

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

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

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

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

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

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

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

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