#A76067

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

Shades of Turkish Rose #A76067

Tints of Turkish Rose #A76067

Color information

#A76067 (or 0xA76067) is unknown color: approx Turkish Rose. HEX triplet: A7, 60 and 67. RGB value is (167,96,103). Sum of RGB (Red+Green+Blue) = 167+96+103=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A76067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76067 is #589F98. Grayscale: #767676. Windows color (decimal): -5808025 or 6774951. OLE color: 6774951.

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

Color convert

RGB16796103-
CMYK00.430.380.35
HSL354.08º28.74%51.57%-
HSV(B)354.08º42.51%65.49%-
XYZ22.5717.5615.03-
YUV118.03119.52162.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.63%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 103 (40.62% from 255) = 28.14%
R=45.63%
G=26.23%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679610300.430.380.35354.0828.7451.57
HexA7606702B26231621d34
Octal24714014705346435423564
Binary1010011111000001100111010101110011010001110110001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76067; }

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

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

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

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

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

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

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

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