Html Css Color HEX #AC6068 Turkish Rose

📋 copy color: '#AC6068'

red 172 ◦ green 96 ◦ blue 104

#AC6068
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #AC6068

Tints of Turkish Rose #AC6068

RGB

 RED value IS 172 (67.58% from 255) = 46.24%

 GREEN value IS 96 (37.89% from 255) = 25.81%

 BLUE value IS 104 (41.02% from 255) = 27.96%

R = 46.24%
G = 25.81%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC6068 (or 0xAC6068) is known color: Turkish Rose. HEX triplet: AC, 60 and 68. RGB value is (172,96,104). Sum of RGB (Red+Green+Blue) = 172+96+104=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6068 is #539F97. Grayscale: #777777. Windows color (decimal): -5480344 or 6840492. OLE color: 6840492.

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

Color convert

RGB 172 96 104 -
CMYK 0 0.44 0.40 0.33
HSL 353.68º 0.31% 0.53% -
HSV(B) 353.68º 0.44% 0.67% -
XYZ 23.69 18.14 15.35 -
YUV 119.64 119.18 165.35 -
System Red Green Blue C M Y K H S L
Decimal 172 96 104 0 0.44 0.40 0.33 353.68 0.31 0.53
Hex AC 60 68 0 2C 28 21 162 1F 35
Octal 254 140 150 0 54 50 41 542 37 65
Binary 10101100 1100000 1101000 0 101100 101000 100001 101100010 11111 110101

Color Harmonies of #AC6068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6068

Black with #AC6068

Text Example


Text Example

White with #AC6068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6068; }

 p { color: rgb(172,96,104); }

 H1.HeaderClassName
 {
   color: #AC6068;
 }
 .AnyTagClassName
 {
   color: #AC6068;
 }
</style>

background-color css

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

 a { background-color: rgb(172,96,104); }

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

border-color css

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

 span { border-color: rgb(172,96,104); }

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