Html Css Color HEX #AC6170 Turkish Rose

📋 copy color: '#AC6170'

red 172 ◦ green 97 ◦ blue 112

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

Shades of Turkish Rose #AC6170

Tints of Turkish Rose #AC6170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.46%

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 45.14%
G = 25.46%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC6170 (or 0xAC6170) is known color: Turkish Rose. HEX triplet: AC, 61 and 70. RGB value is (172,97,112). Sum of RGB (Red+Green+Blue) = 172+97+112=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6170 is #539E8F. Grayscale: #797979. Windows color (decimal): -5480080 or 7365036. OLE color: 7365036.

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

Color convert

RGB 172 97 112 -
CMYK 0 0.44 0.35 0.33
HSL 348º 0.31% 0.53% -
HSV(B) 348º 0.44% 0.67% -
XYZ 24.21 18.49 17.62 -
YUV 121.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 172 97 112 0 0.44 0.35 0.33 348 0.31 0.53
Hex AC 61 70 0 2C 23 21 15C 1F 35
Octal 254 141 160 0 54 43 41 534 37 65
Binary 10101100 1100001 1110000 0 101100 100011 100001 101011100 11111 110101

Color Harmonies of #AC6170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6170

Black with #AC6170

Text Example


Text Example

White with #AC6170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6170; }

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

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

background-color css

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

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

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

border-color css

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

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

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