#A7656B

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

Shades of Turkish Rose #A7656B

Tints of Turkish Rose #A7656B

Color information

#A7656B (or 0xA7656B) is unknown color: approx Turkish Rose. HEX triplet: A7, 65 and 6B. RGB value is (167,101,107). Sum of RGB (Red+Green+Blue) = 167+101+107=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A7656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7656B is #589A94. Grayscale: #797979. Windows color (decimal): -5806741 or 7038375. OLE color: 7038375.

HSL color Cylindrical-coordinate representation of color #A7656B: hue angle of 354.55º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7656B is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB167101107-
CMYK00.400.360.35
HSL354.55º27.27%52.55%-
HSV(B)354.55º39.52%65.49%-
XYZ23.2418.5816.27-
YUV121.42119.87160.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 107 (42.19% from 255) = 28.53%
R=44.53%
G=26.93%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710110700.400.360.35354.5527.2752.55
HexA7656B02824231631b35
Octal24714515305044435433365
Binary1010011111001011101011010100010010010001110110001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7656B; }

 p { color: rgb(167,101,107); }

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

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

 a { background-color: rgb(167,101,107); }

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

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

 span { border-color: rgb(167,101,107); }

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