#A8626F

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

Shades of Turkish Rose #A8626F

Tints of Turkish Rose #A8626F

Color information

#A8626F (or 0xA8626F) is unknown color: approx Turkish Rose. HEX triplet: A8, 62 and 6F. RGB value is (168,98,111). Sum of RGB (Red+Green+Blue) = 168+98+111=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A8626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8626F is #579D90. Grayscale: #787878. Windows color (decimal): -5741969 or 7299752. OLE color: 7299752.

HSL color Cylindrical-coordinate representation of color #A8626F: hue angle of 348.86º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8626F is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB16898111-
CMYK00.420.340.34
HSL348.86º28.69%52.16%-
HSV(B)348.86º41.67%65.88%-
XYZ23.3918.2117.32-
YUV120.41122.69161.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.56%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 111 (43.75% from 255) = 29.44%
R=44.56%
G=25.99%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689811100.420.340.34348.8628.6952.16
HexA8626F02A222215d1d34
Octal25014215705242425353564
Binary1010100011000101101111010101010001010001010101110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8626F; }

 p { color: rgb(168,98,111); }

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

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

 a { background-color: rgb(168,98,111); }

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

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

 span { border-color: rgb(168,98,111); }

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