#AC626B

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

Shades of Turkish Rose #AC626B

Tints of Turkish Rose #AC626B

Color information

#AC626B (or 0xAC626B) is unknown color: approx Turkish Rose. HEX triplet: AC, 62 and 6B. RGB value is (172,98,107). Sum of RGB (Red+Green+Blue) = 172+98+107=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC626B is #539D94. Grayscale: #797979. Windows color (decimal): -5479829 or 7037612. OLE color: 7037612.

HSL color Cylindrical-coordinate representation of color #AC626B: hue angle of 352.7º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC626B is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB17298107-
CMYK00.430.380.33
HSL352.7º30.83%52.94%-
HSV(B)352.7º43.02%67.45%-
XYZ24.0318.5716.23-
YUV121.15120.02164.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 107 (42.19% from 255) = 28.38%
R=45.62%
G=25.99%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729810700.430.380.33352.730.8352.94
HexAC626B02B26211611f35
Octal25414215305346415413765
Binary1010110011000101101011010101110011010000110110000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC626B; }

 p { color: rgb(172,98,107); }

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

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

 a { background-color: rgb(172,98,107); }

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

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

 span { border-color: rgb(172,98,107); }

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