#A5626F

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

Shades of Turkish Rose #A5626F

Tints of Turkish Rose #A5626F

Color information

#A5626F (or 0xA5626F) is unknown color: approx Turkish Rose. HEX triplet: A5, 62 and 6F. RGB value is (165,98,111). Sum of RGB (Red+Green+Blue) = 165+98+111=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A5626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5626F is #5A9D90. Grayscale: #777777. Windows color (decimal): -5938577 or 7299749. OLE color: 7299749.

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

Color convert

RGB16598111-
CMYK00.410.330.35
HSL348.36º27.13%51.57%-
HSV(B)348.36º40.61%64.71%-
XYZ22.7517.8817.29-
YUV119.51123.2160.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.12%
GREEN value IS 98 (38.67% from 255) = 26.20%
BLUE value IS 111 (43.75% from 255) = 29.68%
R=44.12%
G=26.20%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659811100.410.330.35348.3627.1351.57
HexA5626F029212315c1b34
Octal24514215705141435343364
Binary1010010111000101101111010100110000110001110101110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5626F; }

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

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

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

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

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

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

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

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