#A76063

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

Shades of Turkish Rose #A76063

Tints of Turkish Rose #A76063

Color information

#A76063 (or 0xA76063) is unknown color: approx Turkish Rose. HEX triplet: A7, 60 and 63. RGB value is (167,96,99). Sum of RGB (Red+Green+Blue) = 167+96+99=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A76063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76063 is #589F9C. Grayscale: #757575. Windows color (decimal): -5808029 or 6512807. OLE color: 6512807.

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

Color convert

RGB1679699-
CMYK00.430.410.35
HSL357.46º28.74%51.57%-
HSV(B)357.46º42.51%65.49%-
XYZ22.3717.4814-
YUV117.57117.52163.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.13%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 99 (39.06% from 255) = 27.35%
R=46.13%
G=26.52%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167969900.430.410.35357.4628.7451.57
HexA7606302B29231651d34
Octal24714014305351435453564
Binary1010011111000001100011010101110100110001110110010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76063; }

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

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

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

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

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

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

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

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