#A7626E

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

Shades of Turkish Rose #A7626E

Tints of Turkish Rose #A7626E

Color information

#A7626E (or 0xA7626E) is unknown color: approx Turkish Rose. HEX triplet: A7, 62 and 6E. RGB value is (167,98,110). Sum of RGB (Red+Green+Blue) = 167+98+110=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A7626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7626E is #589D91. Grayscale: #787878. Windows color (decimal): -5807506 or 7234215. OLE color: 7234215.

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

Color convert

RGB16798110-
CMYK00.410.340.35
HSL349.57º28.16%51.96%-
HSV(B)349.57º41.32%65.49%-
XYZ23.1218.0817.02-
YUV120122.36161.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=44.53%
G=26.13%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679811000.410.340.35349.5728.1651.96
HexA7626E029222315e1c34
Octal24714215605142435363464
Binary1010011111000101101110010100110001010001110101111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7626E; }

 p { color: rgb(167,98,110); }

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

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

 a { background-color: rgb(167,98,110); }

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

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

 span { border-color: rgb(167,98,110); }

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