#A4626C

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

Shades of Turkish Rose #A4626C

Tints of Turkish Rose #A4626C

Color information

#A4626C (or 0xA4626C) is unknown color: approx Turkish Rose. HEX triplet: A4, 62 and 6C. RGB value is (164,98,108). Sum of RGB (Red+Green+Blue) = 164+98+108=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4626C is #5B9D93. Grayscale: #767676. Windows color (decimal): -6004116 or 7103140. OLE color: 7103140.

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

Color convert

RGB16498108-
CMYK00.400.340.36
HSL350.91º26.61%51.37%-
HSV(B)350.91º40.24%64.31%-
XYZ22.3817.7116.43-
YUV118.87121.87160.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.32%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=44.32%
G=26.49%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649810800.400.340.36350.9126.6151.37
HexA4626C028222415f1b33
Octal24414215405042445373363
Binary1010010011000101101100010100010001010010010101111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4626C; }

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

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

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

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

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

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

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

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