Html Css Color HEX #AC6C72 Turkish Rose

📋 copy color: '#AC6C72'

red 172 ◦ green 108 ◦ blue 114

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

Shades of Turkish Rose #AC6C72

Tints of Turkish Rose #AC6C72

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.41%

 BLUE value IS 114 (44.92% from 255) = 28.93%

R = 43.65%
G = 27.41%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC6C72 (or 0xAC6C72) is known color: Turkish Rose. HEX triplet: AC, 6C and 72. RGB value is (172,108,114). Sum of RGB (Red+Green+Blue) = 172+108+114=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C72 is #53938D. Grayscale: #7F7F7F. Windows color (decimal): -5477262 or 7498924. OLE color: 7498924.

HSL color Cylindrical-coordinate representation of color #AC6C72: hue angle of 354.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6C72 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 108 114 -
CMYK 0 0.37 0.34 0.33
HSL 354.38º 0.28% 0.55% -
HSV(B) 354.38º 0.37% 0.67% -
XYZ 25.41 20.71 18.58 -
YUV 127.82 120.2 159.51 -
System Red Green Blue C M Y K H S L
Decimal 172 108 114 0 0.37 0.34 0.33 354.38 0.28 0.55
Hex AC 6C 72 0 25 22 21 162 1C 37
Octal 254 154 162 0 45 42 41 542 34 67
Binary 10101100 1101100 1110010 0 100101 100010 100001 101100010 11100 110111

Color Harmonies of #AC6C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6C72

Black with #AC6C72

Text Example


Text Example

White with #AC6C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6C72; }

 p { color: rgb(172,108,114); }

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

background-color css

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

 a { background-color: rgb(172,108,114); }

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

border-color css

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

 span { border-color: rgb(172,108,114); }

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