#AC6269

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

Shades of Turkish Rose #AC6269

Tints of Turkish Rose #AC6269

Color information

#AC6269 (or 0xAC6269) is unknown color: approx Turkish Rose. HEX triplet: AC, 62 and 69. RGB value is (172,98,105). Sum of RGB (Red+Green+Blue) = 172+98+105=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6269 is #539D96. Grayscale: #787878. Windows color (decimal): -5479831 or 6906540. OLE color: 6906540.

HSL color Cylindrical-coordinate representation of color #AC6269: hue angle of 354.32º 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 #AC6269 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB17298105-
CMYK00.430.390.33
HSL354.32º30.83%52.94%-
HSV(B)354.32º43.02%67.45%-
XYZ23.9318.5315.68-
YUV120.92119.02164.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 105 (41.41% from 255) = 28%
R=45.87%
G=26.13%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729810500.430.390.33354.3230.8352.94
HexAC626902B27211621f35
Octal25414215105347415423765
Binary1010110011000101101001010101110011110000110110001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6269; }

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

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

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

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

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

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

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

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