#A4626E

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

Shades of Turkish Rose #A4626E

Tints of Turkish Rose #A4626E

Color information

#A4626E (or 0xA4626E) is unknown color: approx Turkish Rose. HEX triplet: A4, 62 and 6E. RGB value is (164,98,110). Sum of RGB (Red+Green+Blue) = 164+98+110=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4626E is #5B9D91. Grayscale: #777777. Windows color (decimal): -6004114 or 7234212. OLE color: 7234212.

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

Color convert

RGB16498110-
CMYK00.400.330.36
HSL349.09º26.61%51.37%-
HSV(B)349.09º40.24%64.31%-
XYZ22.4917.7516.99-
YUV119.1122.87160.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 98 (38.67% from 255) = 26.34%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=44.09%
G=26.34%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649811000.400.330.36349.0926.6151.37
HexA4626E028212415d1b33
Octal24414215605041445353363
Binary1010010011000101101110010100010000110010010101110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4626E; }

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

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

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

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

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

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

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

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