#AC6570

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

Shades of Turkish Rose #AC6570

Tints of Turkish Rose #AC6570

Color information

#AC6570 (or 0xAC6570) is unknown color: approx Turkish Rose. HEX triplet: AC, 65 and 70. RGB value is (172,101,112). Sum of RGB (Red+Green+Blue) = 172+101+112=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6570 is #539A8F. Grayscale: #7B7B7B. Windows color (decimal): -5479056 or 7366060. OLE color: 7366060.

HSL color Cylindrical-coordinate representation of color #AC6570: hue angle of 350.7º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC6570 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB172101112-
CMYK00.410.350.33
HSL350.7º29.96%53.53%-
HSV(B)350.7º41.28%67.45%-
XYZ24.5919.2517.75-
YUV123.48121.52162.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=44.68%
G=26.23%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210111200.410.350.33350.729.9653.53
HexAC6570029232115f1e36
Octal25414516005143415373666
Binary1010110011001011110000010100110001110000110101111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6570; }

 p { color: rgb(172,101,112); }

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

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

 a { background-color: rgb(172,101,112); }

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

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

 span { border-color: rgb(172,101,112); }

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