#A76475

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

Shades of Turkish Rose #A76475

Tints of Turkish Rose #A76475

Color information

#A76475 (or 0xA76475) is unknown color: approx Turkish Rose. HEX triplet: A7, 64 and 75. RGB value is (167,100,117). Sum of RGB (Red+Green+Blue) = 167+100+117=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A76475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76475 is #589B8A. Grayscale: #797979. Windows color (decimal): -5806987 or 7693479. OLE color: 7693479.

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

Color convert

RGB167100117-
CMYK00.400.300.35
HSL344.78º27.57%52.35%-
HSV(B)344.78º40.12%65.49%-
XYZ23.718.6119.17-
YUV121.97125.2160.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.49%
GREEN value IS 100 (39.45% from 255) = 26.04%
BLUE value IS 117 (46.09% from 255) = 30.47%
R=43.49%
G=26.04%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710011700.400.300.35344.7827.5752.35
HexA764750281E231591c34
Octal24714416505036435313464
Binary101001111100100111010101010001111010001110101100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76475; }

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

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

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

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

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

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

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

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