#A76074

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

Shades of Turkish Rose #A76074

Tints of Turkish Rose #A76074

Color information

#A76074 (or 0xA76074) is unknown color: approx Turkish Rose. HEX triplet: A7, 60 and 74. RGB value is (167,96,116). Sum of RGB (Red+Green+Blue) = 167+96+116=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A76074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76074 is #589F8B. Grayscale: #777777. Windows color (decimal): -5808012 or 7626919. OLE color: 7626919.

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

Color convert

RGB16796116-
CMYK00.430.310.35
HSL343.1º28.74%51.57%-
HSV(B)343.1º42.51%65.49%-
XYZ23.2717.8418.74-
YUV119.51126.02161.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.06%
GREEN value IS 96 (37.89% from 255) = 25.33%
BLUE value IS 116 (45.70% from 255) = 30.61%
R=44.06%
G=25.33%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679611600.430.310.35343.128.7451.57
HexA7607402B1F231571d34
Octal24714016405337435273564
Binary101001111100000111010001010111111110001110101011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76074; }

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

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

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

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

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

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

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

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