#AC6769

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

Shades of Turkish Rose #AC6769

Tints of Turkish Rose #AC6769

Color information

#AC6769 (or 0xAC6769) is unknown color: approx Turkish Rose. HEX triplet: AC, 67 and 69. RGB value is (172,103,105). Sum of RGB (Red+Green+Blue) = 172+103+105=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6769 is #539896. Grayscale: #7B7B7B. Windows color (decimal): -5478551 or 6907820. OLE color: 6907820.

HSL color Cylindrical-coordinate representation of color #AC6769: hue angle of 358.26º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6769 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB172103105-
CMYK00.400.390.33
HSL358.26º29.36%53.92%-
HSV(B)358.26º40.12%67.45%-
XYZ24.4119.4915.84-
YUV123.86117.36162.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 103 (40.62% from 255) = 27.11%
BLUE value IS 105 (41.41% from 255) = 27.63%
R=45.26%
G=27.11%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210310500.400.390.33358.2629.3653.92
HexAC676902827211661d36
Octal25414715105047415463566
Binary1010110011001111101001010100010011110000110110011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6769; }

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

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

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

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

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

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

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

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