#A76364

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

Shades of Turkish Rose #A76364

Tints of Turkish Rose #A76364

Color information

#A76364 (or 0xA76364) is unknown color: approx Turkish Rose. HEX triplet: A7, 63 and 64. RGB value is (167,99,100). Sum of RGB (Red+Green+Blue) = 167+99+100=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A76364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76364 is #589C9B. Grayscale: #777777. Windows color (decimal): -5807260 or 6579111. OLE color: 6579111.

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

Color convert

RGB16799100-
CMYK00.410.400.35
HSL359.12º27.87%52.16%-
HSV(B)359.12º40.72%65.49%-
XYZ22.718.0614.35-
YUV119.45117.03161.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.63%
GREEN value IS 99 (39.06% from 255) = 27.05%
BLUE value IS 100 (39.45% from 255) = 27.32%
R=45.63%
G=27.05%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679910000.410.400.35359.1227.8752.16
HexA7636402928231671c34
Octal24714314405150435473464
Binary1010011111000111100100010100110100010001110110011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76364; }

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

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

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

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

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

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

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

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