#A4616B

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

Shades of Turkish Rose #A4616B

Tints of Turkish Rose #A4616B

Color information

#A4616B (or 0xA4616B) is unknown color: approx Turkish Rose. HEX triplet: A4, 61 and 6B. RGB value is (164,97,107). Sum of RGB (Red+Green+Blue) = 164+97+107=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A4616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4616B is #5B9E94. Grayscale: #767676. Windows color (decimal): -6004373 or 7037348. OLE color: 7037348.

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

Color convert

RGB16497107-
CMYK00.410.350.36
HSL351.04º26.91%51.18%-
HSV(B)351.04º40.85%64.31%-
XYZ22.2417.516.12-
YUV118.17121.7160.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 97 (38.28% from 255) = 26.36%
BLUE value IS 107 (42.19% from 255) = 29.08%
R=44.57%
G=26.36%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649710700.410.350.36351.0426.9151.18
HexA4616B029232415f1b33
Octal24414115305143445373363
Binary1010010011000011101011010100110001110010010101111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4616B; }

 p { color: rgb(164,97,107); }

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

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

 a { background-color: rgb(164,97,107); }

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

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

 span { border-color: rgb(164,97,107); }

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