#A76075

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

Shades of Turkish Rose #A76075

Tints of Turkish Rose #A76075

Color information

#A76075 (or 0xA76075) is unknown color: approx Turkish Rose. HEX triplet: A7, 60 and 75. RGB value is (167,96,117). Sum of RGB (Red+Green+Blue) = 167+96+117=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 167 - color contains mainly: red. Hex color #A76075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76075 is #589F8A. Grayscale: #777777. Windows color (decimal): -5808011 or 7692455. OLE color: 7692455.

HSL color Cylindrical-coordinate representation of color #A76075: hue angle of 342.25º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A76075 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB16796117-
CMYK00.430.300.35
HSL342.25º28.74%51.57%-
HSV(B)342.25º42.51%65.49%-
XYZ23.3317.8719.05-
YUV119.62126.52161.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.95%
GREEN value IS 96 (37.89% from 255) = 25.26%
BLUE value IS 117 (46.09% from 255) = 30.79%
R=43.95%
G=25.26%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679611700.430.300.35342.2528.7451.57
HexA7607502B1E231561d34
Octal24714016505336435263564
Binary101001111100000111010101010111111010001110101011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76075; }

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

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

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

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

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

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

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

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